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

python311Packages.google-cloud-firestore: 2.12.0 -> 2.13.0
This commit is contained in:
Nick Cao 2023-10-29 08:43:54 -04:00 committed by GitHub
commit 79893f4bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-firestore";
version = "2.12.0";
version = "2.13.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Pu3JsiONj9tsJkXaRV3nuo3wqaHSU4FZMqw6mMXuyc0=";
hash = "sha256-QKI6rrgJeC93AGL8JTWZMqbj4P/2WPs+LP0VunrQnlk=";
};
propagatedBuildInputs = [