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

Changelog: https://github.com/googleapis/python-firestore/blob/v2.13.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-11-11 11:24:03 +01:00
parent 045472e056
commit b94cefd3b9

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 = [