python37Packages.google_cloud_storage: 1.14.0 -> 1.15.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-google-cloud-storage/versions
This commit is contained in:
R. RyanTM 2019-05-01 22:28:51 -07:00
parent a381d42221
commit 322a287867

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "google-cloud-storage";
version = "1.14.0";
version = "1.15.0";
src = fetchPypi {
inherit pname version;
sha256 = "aef243b533144c11c9ff750565c43dffe5445debb143697002edb6205f64a437";
sha256 = "13b9ah54z6g3w8p74a1anmyz84nrxy27snqv6vp95wsizp8zwsyn";
};
checkInputs = [ pytest mock ];