python312Packages.google-cloud-firestore: 2.17.1 -> 2.18.0 (#339497)

This commit is contained in:
Fabian Affolter 2024-09-04 12:59:42 +02:00 committed by GitHub
commit 5989ac8b5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,14 +18,15 @@
buildPythonPackage rec {
pname = "google-cloud-firestore";
version = "2.17.1";
version = "2.18.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4gRp51JgDkEwBUjo9aFpBQjG1nXk0QpuwCE9L8qvwj4=";
pname = "google_cloud_firestore";
inherit version;
hash = "sha256-PbXdQjNLmQTYKzeGcDpaS1doEPtQ9huPqD7PTxe3/a4=";
};
build-system = [ setuptools ];