python3Packages.google-cloud-storage: 2.4.0 -> 2.5.0

This commit is contained in:
Sandro Jäckel 2022-08-22 00:33:51 +02:00
parent 34bc8b8199
commit d741b4f2b1
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-storage";
version = "2.4.0";
version = "2.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-X+JvE4GzDjzDKPRuE1McqFJUWPhwweMDxha963t/XGY=";
hash = "sha256-OC80uR3iIS48LntA7AedJ+4uPbuumbdbG82MYwY84jU=";
};
propagatedBuildInputs = [