Merge pull request #177013 from r-ryantm/auto-update/python3.10-google-cloud-storage

python310Packages.google-cloud-storage: 2.3.0 -> 2.4.0
This commit is contained in:
Sandro 2022-06-09 13:41:13 +02:00 committed by GitHub
commit 1191f8391f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-storage";
version = "2.3.0";
version = "2.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-9Muw3l4XIo6cCc3Il9geqnDiw5b1hRP3neDoJFhMj1s=";
hash = "sha256-X+JvE4GzDjzDKPRuE1McqFJUWPhwweMDxha963t/XGY=";
};
propagatedBuildInputs = [