3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.google-cloud-storage: 1.38.0 -> 1.41.1

This commit is contained in:
Fabian Affolter 2021-08-09 23:39:08 +02:00 committed by Sandro Jäckel
parent a5f2209a20
commit c0a0401e8a
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-storage";
version = "1.38.0";
version = "1.41.1";
src = fetchPypi {
inherit pname version;
sha256 = "162011d66f64b8dc5d7936609a5daf0066cc521231546aea02c126a5559446c4";
sha256 = "sha256-qB7MDzgrjkQ3zH8VL3TXfvkXyCgKXRBA9dz70FAseQY=";
};
propagatedBuildInputs = [