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

python310Packages.google-cloud-firestore: 2.5.2 -> 2.5.3
This commit is contained in:
Sandro
2022-06-16 17:34:38 +02:00
committed by GitHub
@@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-firestore";
version = "2.5.2";
version = "2.5.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ltFXT+cU/YGPqu28WcStV6bJarbiIGbjsHLI+9UZU80=";
sha256 = "sha256-ISPjpV2fjZSMbkJa6YzFGdrwyEC8MauLwS6pohMtFoY=";
};
propagatedBuildInputs = [