python3Packages.google-cloud-firestore: 2.26.0 -> 2.27.0 (#511671)

This commit is contained in:
Michael Daniels
2026-04-25 01:55:01 +00:00
committed by GitHub
@@ -20,13 +20,13 @@
buildPythonPackage (finalAttrs: {
pname = "google-cloud-firestore";
version = "2.26.0";
version = "2.27.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_firestore";
inherit (finalAttrs) version;
hash = "sha256-ED/Cve3LgBoxWQ/vmg1QdU7mO4A5RvmvyQSBfIW9k10=";
hash = "sha256-VjPLFk71bKbHOoB4IhkaVqmPbxDnaXjE8usZeuAzg9I=";
};
build-system = [ setuptools ];