0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python: google-cloud-datastore: 1.12.0 -> 1.15.0

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:01 +02:00
parent aafe72cfb4
commit 6fb74ae96d

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "google-cloud-datastore";
version = "1.12.0";
version = "1.15.0";
src = fetchPypi {
inherit pname version;
sha256 = "c98690833ee2e6341a4b802f278ba17d582ce58eb2e73152516ebc77522d82d7";
sha256 = "c94bc357e975ce7bd5e5636497316c1bf4d015891e0ed96df9e7ce901415b94a";
};
checkInputs = [ pytest mock ];