python: google-cloud-storage: 1.15.2 -> 1.20.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:33 +02:00
parent 6173036269
commit 7c180ff77b

View File

@ -11,11 +11,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-storage"; pname = "google-cloud-storage";
version = "1.15.2"; version = "1.20.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "23e3d09f44f86128b754518c81492fac673ea39f7230356c126140f877c231c8"; sha256 = "2e7e2435978bda1c209b70a9a00b8cbc53c3b00d6f09eb2c991ebba857babf24";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [