python311Packages.google-cloud-storage: 2.15.0 -> 2.16.0

This commit is contained in:
R. Ryantm 2024-04-01 01:04:59 +00:00
parent 0a08741184
commit 18d6f68885
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 = [