Merge pull request #218414 from r-ryantm/auto-update/python310Packages.google-cloud-firestore

python310Packages.google-cloud-firestore: 2.9.1 -> 2.10.0
This commit is contained in:
Fabian Affolter 2023-02-26 12:08:00 +01:00 committed by GitHub
commit 41657484f4
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.9.1";
version = "2.10.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-WxUiufi+rXBPuSBcC/Ktp0tEkcaA457o0WexweS9MMI=";
hash = "sha256-iCwYBZhWfheyYTOm2IQIXr3OXyoi4FWNykzzbWV+5wY=";
};
propagatedBuildInputs = [