3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:49 -08:00
parent 49ada48c12
commit 15867e7d43
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

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