python312Packages.google-cloud-firestore: 2.18.0 -> 2.19.0 (#344574)

This commit is contained in:
Fabian Affolter 2024-09-26 10:46:17 +02:00 committed by GitHub
commit f42a324727
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "google-cloud-firestore";
version = "2.18.0";
version = "2.19.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_firestore";
inherit version;
hash = "sha256-PbXdQjNLmQTYKzeGcDpaS1doEPtQ9huPqD7PTxe3/a4=";
hash = "sha256-Gyzm4LeRruiaHk8HK+uhASJH6Juso2Hu1yH7Rn/gVLA=";
};
build-system = [ setuptools ];