From 6b2dead33ef05af186e7fe690f4cb544e93165c4 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:15:37 +0100 Subject: [PATCH] python3Packages.google-cloud-storage: 2.18.2 -> 2.19.0 https://github.com/googleapis/python-storage/blob/v2.19.0/CHANGELOG.md --- .../python-modules/google-cloud-storage/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/google-cloud-storage/default.nix b/pkgs/development/python-modules/google-cloud-storage/default.nix index 9d0f35e4f330..d33d83d3963f 100644 --- a/pkgs/development/python-modules/google-cloud-storage/default.nix +++ b/pkgs/development/python-modules/google-cloud-storage/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "google-cloud-storage"; - version = "2.18.2"; + version = "2.19.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -26,7 +26,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "google_cloud_storage"; inherit version; - hash = "sha256-qves1wza2fJ00pMyZz/KuYcI0OH03OtaU1aq7wavTZk="; + hash = "sha256-zQXp5xkbpstok02Ot2BU2b5FYqqJ28Qjb+7k19UTQrI="; }; pythonRelaxDeps = [ "google-auth" ]; @@ -66,6 +66,7 @@ buildPythonPackage rec { "test_hmac_key_crud" "test_list_buckets" "test_open" + "test_restore_bucket" "test_set_api_request_attr" "upload" ];