python3Packages.google-cloud-storage: 3.1.0 -> 3.2.0

https://github.com/googleapis/python-storage/blob/v3.2.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:39 +02:00
parent 22c0f1c900
commit 9c50fa04aa
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "google-cloud-storage";
version = "3.1.0";
version = "3.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_storage";
inherit version;
hash = "sha256-lEJzF5iXx8igfuFfLmRmoC2gx8S57M6sKiYBfLKXIEk=";
hash = "sha256-3syoQwdgNvRWMxmMEl0YYf+/R+v1wOO5jcubLbFViWw=";
};
pythonRelaxDeps = [ "google-auth" ];