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

python311Packages.google-cloud-firestore: 2.13.0 -> 2.13.1
This commit is contained in:
Fabian Affolter 2023-11-11 12:58:33 +01:00 committed by GitHub
commit a76398bad4
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.13.0";
version = "2.13.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-QKI6rrgJeC93AGL8JTWZMqbj4P/2WPs+LP0VunrQnlk=";
hash = "sha256-vRTS65rjWNIQWM4JHBPeoRkX4m8cQ3OKUenOqLSbTzg=";
};
propagatedBuildInputs = [