python3Packages.google-cloud-firestore: 2.23.0 -> 2.26.0

This commit is contained in:
R. Ryantm
2026-03-26 07:48:20 +00:00
parent 50e6e147d7
commit 3e468c3054
@@ -20,13 +20,13 @@
buildPythonPackage (finalAttrs: {
pname = "google-cloud-firestore";
version = "2.23.0";
version = "2.26.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_firestore";
inherit (finalAttrs) version;
hash = "sha256-qc/7p83GEBER1tVM3iLVIcmPnn1BXmdIaxN/oW8GqgM=";
hash = "sha256-ED/Cve3LgBoxWQ/vmg1QdU7mO4A5RvmvyQSBfIW9k10=";
};
build-system = [ setuptools ];