Merge pull request #323290 from r-ryantm/auto-update/python311Packages.google-cloud-firestore

python311Packages.google-cloud-firestore: 2.16.0 -> 2.16.1
This commit is contained in:
Martin Weinelt 2024-07-06 15:02:18 +02:00 committed by GitHub
commit 5a6f2e2027
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "google-cloud-firestore";
version = "2.16.0";
version = "2.16.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-5hrnAimm5TLkOcjRZEejICREfy7kojA/xNBUwljWh38=";
hash = "sha256-M4HrgpbtECjZtCGqQrkQDxmMWH+OM8AF0xplVnALda4=";
};
build-system = [ setuptools ];