python3Packages.google-cloud-testutils: 0.1.0 -> 0.2.0
This commit is contained in:
parent
e869fe69dc
commit
ea303d429b
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-testutils";
|
||||
version = "0.1.0";
|
||||
version = "0.2.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1bn1pz00lxym3vkl6l45b3nydpmfdvmylwggh2lspldrxwx39a0k";
|
||||
sha256 = "a23be7cc23bccb1ae6debb74a47dc5b51858b6322fcf034ca92fe7a4acb896f3";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ google-auth six ];
|
||||
|
|
Loading…
Reference in a new issue