about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-12-07 15:50:50 +0100
committerGitHub <noreply@github.com>2022-12-07 15:50:50 +0100
commitc2a6927decb7b1025f7a74d1d22bdce6fca1c04c (patch)
tree0357de17b3efc32b285fa25cedb77d78ca3ccd01
parent0c88d9b773f341791477c4cb00219ec3be4f0e5e (diff)
parentf1a24aa93d72fc08e0185d23eff6ad39f3544132 (diff)
Merge pull request #204956 from r-ryantm/auto-update/python310Packages.google-cloud-bigtable
python310Packages.google-cloud-bigtable: 2.13.2 -> 2.14.0
-rw-r--r--pkgs/development/python-modules/google-cloud-bigtable/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-cloud-bigtable/default.nix b/pkgs/development/python-modules/google-cloud-bigtable/default.nix
index b45eb0ce12010..9b785a61c9076 100644
--- a/pkgs/development/python-modules/google-cloud-bigtable/default.nix
+++ b/pkgs/development/python-modules/google-cloud-bigtable/default.nix
@@ -13,14 +13,14 @@
 
 buildPythonPackage rec {
   pname = "google-cloud-bigtable";
-  version = "2.13.2";
+  version = "2.14.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-a0R8CefN6gtIYqtNdCW9QKJulsbDnH6dFuUfTp8jUnA=";
+    hash = "sha256-hJgEFRr65eGuV0xx/4leyBZzdd9jt/SEKm3MApzHCGA=";
   };
 
   propagatedBuildInputs = [
@@ -54,6 +54,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Google Cloud Bigtable API client library";
     homepage = "https://github.com/googleapis/python-bigtable";
+    changelog = "https://github.com/googleapis/python-bigtable/blob/v${version}/CHANGELOG.md";
     license = licenses.asl20;
     maintainers = with maintainers; [ costrouc ];
   };