python37Packages.google_cloud_storage: 1.30.0 -> 1.31.2

gstqt5
R. RyanTM 2020-10-15 12:02:36 +00:00 committed by Jon
parent c7129fbe8e
commit 41ba16ba71
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-storage";
version = "1.30.0";
version = "1.31.2";
src = fetchPypi {
inherit pname version;
sha256 = "0634addb7576d48861d9963312fc82a0436042b8f282414ed58ca76d73edee54";
sha256 = "74bbb5b2d0b249de4a52f561435d0c3570ddc19b249653ae588ec0abcc3c81e6";
};
propagatedBuildInputs = [