Merge pull request #264116 from fabaff/google-cloud-firestore-bump

python311Packages.google-cloud-firestore: 2.12.0 -> 2.13.0

authored by

Nick Cao and committed by
GitHub
79893f4b b35585b4

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-firestore/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "google-cloud-firestore"; 18 - version = "2.12.0"; 18 + version = "2.13.0"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.7"; 22 22 23 23 src = fetchPypi { 24 24 inherit pname version; 25 - hash = "sha256-Pu3JsiONj9tsJkXaRV3nuo3wqaHSU4FZMqw6mMXuyc0="; 25 + hash = "sha256-QKI6rrgJeC93AGL8JTWZMqbj4P/2WPs+LP0VunrQnlk="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [