about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-05-20 11:21:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-05-20 11:21:22 +0000
commit09ec1d2e42ef56c64d71b5c64a03898c097e91c0 (patch)
tree706292d7ca60cc2f4de7772f91839a680f347351 /pkgs
parent2d584efc0602d16541dab796379ba1952304ef4e (diff)
python310Packages.google-cloud-firestore: 2.4.0 -> 2.5.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/google-cloud-firestore/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-cloud-firestore/default.nix b/pkgs/development/python-modules/google-cloud-firestore/default.nix
index bc22afe4614bd..a8ed0be5e0e2b 100644
--- a/pkgs/development/python-modules/google-cloud-firestore/default.nix
+++ b/pkgs/development/python-modules/google-cloud-firestore/default.nix
@@ -13,11 +13,11 @@
 
 buildPythonPackage rec {
   pname = "google-cloud-firestore";
-  version = "2.4.0";
+  version = "2.5.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-9+esejwSitfYEkD03KsPiTIKxmYhRxTrgfy3QKqIIO4=";
+    sha256 = "sha256-g/IgGlVWHjkqJKDFvkmp/TVNA0TgN+Xf65M10+x3f+o=";
   };
 
   propagatedBuildInputs = [