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

python310Packages.google-cloud-firestore: 2.7.3 -> 2.9.0
This commit is contained in:
Fabian Affolter 2023-01-16 09:47:29 +01:00 committed by GitHub
commit 7003e5afc1
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.7.3";
version = "2.9.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-rH2aIst5XHEq93FXxlfDreROIWnM8pmq2UOOg9T2kjU=";
hash = "sha256-gEgTYUsaac9dJIxCZJU/axjwiNqttUQiL6UskhzjsJg=";
};
propagatedBuildInputs = [