Merge pull request #155286 from SuperSandro2000/python39Packages.google-cloud-storage

This commit is contained in:
Sandro 2022-01-17 13:31:52 +01:00 committed by GitHub
commit a141ebdaeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-storage";
version = "1.44.0";
version = "2.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "29edbfeedd157d853049302bf5d104055c6f0cb7ef283537da3ce3f730073001";
sha256 = "sha256-pXoVrq0PnfvUOB8b/b6L+JgYpL11urhGyvzvstuEbEc=";
};
propagatedBuildInputs = [