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

Changelog: https://github.com/googleapis/python-firestore/blob/v2.13.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-10-29 08:07:40 +01:00
parent 8b385c91c3
commit 67b9ab1b0c

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