python: google-cloud-datastore: 1.7.3 -> 1.7.4

This commit is contained in:
Frederik Rietdijk 2019-05-30 08:49:50 +02:00
parent 7fe9df0485
commit 5c0882abaf

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "google-cloud-datastore";
version = "1.7.3";
version = "1.7.4";
src = fetchPypi {
inherit pname version;
sha256 = "e00bddc03670be206ddcbc5c1cbda0acc51db963f0ff54189bd6710f8e93a4c9";
sha256 = "7a44d9b0263cbbe05963522f61ba177e64282043f30999e0bc3368fd79a3af12";
};
checkInputs = [ pytest mock ];