Merge pull request #177780 from r-ryantm/auto-update/python310Packages.google-cloud-firestore

python310Packages.google-cloud-firestore: 2.5.2 -> 2.5.3

authored by

Sandro and committed by
GitHub
057c08aa 29769d2a

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-firestore/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "google-cloud-firestore"; 16 - version = "2.5.2"; 16 + version = "2.5.3"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - sha256 = "sha256-ltFXT+cU/YGPqu28WcStV6bJarbiIGbjsHLI+9UZU80="; 20 + sha256 = "sha256-ISPjpV2fjZSMbkJa6YzFGdrwyEC8MauLwS6pohMtFoY="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [