python3Packages.google-cloud-testutils: 1.2.0 -> 1.3.0

This commit is contained in:
Jonathan Ringer
2021-12-07 00:56:07 -08:00
parent ab7fd142bd
commit 284188d804

View File

@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "google-cloud-testutils";
version = "1.2.0";
version = "1.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "9c60ea86b28998935875b5aea0b89b0a3aac5e433e0039236f633c5d0ff5f8b8";
sha256 = "7a755c1247e32e92bd6df4fa2240dab185b29da9777ab3b946c3b3d9f1abf5d3";
};
propagatedBuildInputs = [ click google-auth six ];