python310Packages.google-cloud-storage: 2.7.0 -> 2.8.0

Changelog: https://github.com/googleapis/python-storage/blob/v2.8.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-04-01 19:24:05 +02:00
parent d57641f65d
commit f8f6c975b1

View file

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "google-cloud-storage";
version = "2.7.0";
version = "2.8.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-GsLVjS1pPLE0HrxIZZo1J753jZ4tiYlpeidGAlko/xc=";
hash = "sha256-Q4jaH/W9ptcp8m28rxv6AgoqUqe5HwqBI+29pRZggCw=";
};
propagatedBuildInputs = [