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

Changelog: https://github.com/googleapis/python-storage/blob/v2.10.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-06-27 23:34:04 +02:00
parent dde8c4b5df
commit cc34a3d30f

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "google-cloud-storage";
version = "2.9.0";
version = "2.10.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-m2rntQn8KUvay4TQ8+qOIOLFSotLvjnFcHY1/sIU7/M=";
hash = "sha256-k0sx6tXzmU5TYPn/V1CYLFtrEWBNwHK8RSwlll4Hbcc=";
};
propagatedBuildInputs = [