3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
R. Ryantm 2022-07-18 17:26:28 +00:00
parent dab3ae9d8b
commit 6132922358

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-firestore";
version = "2.5.3";
version = "2.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ISPjpV2fjZSMbkJa6YzFGdrwyEC8MauLwS6pohMtFoY=";
sha256 = "sha256-Iq+rOR7gMAfhn5WxfpFQ7s8MlwOxPm868DpgKg/sT/k=";
};
propagatedBuildInputs = [