python312Packages.google-cloud-firestore: 2.19.0 -> 2.20.0 (#374680)

This commit is contained in:
Fabian Affolter
2025-01-18 09:00:20 +01:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "google-cloud-firestore";
version = "2.19.0";
version = "2.20.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_firestore";
inherit version;
hash = "sha256-Gyzm4LeRruiaHk8HK+uhASJH6Juso2Hu1yH7Rn/gVLA=";
hash = "sha256-rYY75YZnIzkh4C8LgaqUqBb15jpwfLM8l7GqNXpQVm0=";
};
build-system = [ setuptools ];