python312Packages.google-cloud-firestore: 2.19.0 -> 2.20.0

This commit is contained in:
R. Ryantm
2025-01-18 00:05:00 +00:00
parent 3ca2cedac2
commit 576ffad2bd
@@ -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 ];