python3Packages.google-cloud-testutils: 1.0.0 -> 1.1.0
This commit is contained in:
parent
c08755eb0e
commit
5ef52dd2ad
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-cloud-testutils";
|
pname = "google-cloud-testutils";
|
||||||
version = "1.0.0";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-2RaRhRvgnmr/trjAE+RBlVO5AZ54YEFcoRwcPCKCTKs=";
|
sha256 = "3d79051b6ca170c2a4f159bf56ac3f66c1e5360486121e72c06fdaa3911154bf";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ click google-auth six ];
|
propagatedBuildInputs = [ click google-auth six ];
|
||||||
|
|
Loading…
Reference in a new issue