python311Packages.google-cloud-storage: 2.8.0 -> 2.9.0

Changelog: https://github.com/googleapis/python-storage/blob/v2.9.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2023-05-05 09:56:46 +02:00
parent 7091454bd1
commit a3da590156
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "google-cloud-storage";
version = "2.8.0";
version = "2.9.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Q4jaH/W9ptcp8m28rxv6AgoqUqe5HwqBI+29pRZggCw=";
hash = "sha256-m2rntQn8KUvay4TQ8+qOIOLFSotLvjnFcHY1/sIU7/M=";
};
propagatedBuildInputs = [