Merge pull request #300593 from r-ryantm/auto-update/python311Packages.google-cloud-storage

python311Packages.google-cloud-storage: 2.15.0 -> 2.16.0
This commit is contained in:
Weijia Wang 2024-04-05 23:52:41 +02:00 committed by GitHub
commit a6aaf969a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "google-cloud-storage";
version = "2.15.0";
version = "2.16.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-dWCjxIoD1mxVPcVSFdNYg8aA/gq0TCOqSDKADMyFXHQ=";
hash = "sha256-3aSF+lA3EKgo0BJGvRbOnbCCPcUbvKdCzpamgX1YZp8=";
};
nativeBuildInputs = [