python3Packages.google-cloud-testutils: 0.1.0 -> 0.2.0
This commit is contained in:
parent
2efa8f7da0
commit
1f42951046
@ -1,15 +1,15 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, google-auth, six }:
|
||||
{ lib, buildPythonPackage, fetchPypi, click, google-auth, six }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-testutils";
|
||||
version = "0.1.0";
|
||||
version = "0.2.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1bn1pz00lxym3vkl6l45b3nydpmfdvmylwggh2lspldrxwx39a0k";
|
||||
sha256 = "sha256-ojvnzCO8yxrm3rt0pH3FtRhYtjIvzwNMqS/npKy4lvM=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ google-auth six ];
|
||||
propagatedBuildInputs = [ click google-auth six ];
|
||||
|
||||
# does not contain tests
|
||||
doCheck = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user