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

This commit is contained in:
Frederik Rietdijk 2019-10-16 11:43:07 +02:00
parent 322f912396
commit 38fc9ef312

View File

@ -10,11 +10,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-storage"; pname = "google-cloud-storage";
version = "1.15.1"; version = "1.15.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "8032e576e2f91a1d3de2355118040c3bcd9916e0453a6b3f64c1b42ed151690a"; sha256 = "23e3d09f44f86128b754518c81492fac673ea39f7230356c126140f877c231c8";
}; };
checkInputs = [ pytest mock ]; checkInputs = [ pytest mock ];