mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
python3Packages.google-cloud-org-policy: 0.1.2 -> 0.2.0
This commit is contained in:
parent
5368a29586
commit
7c27dc82ae
@ -1,15 +1,15 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, pythonOlder, google-api-core }:
|
||||
{ lib, buildPythonPackage, fetchPypi, pythonOlder, google-api-core, proto-plus }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-org-policy";
|
||||
version = "0.1.2";
|
||||
version = "0.2.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0ncgcnbvmgqph54yh2pjx2hh82gnkhsrw5yirp4wlf7jclh6j9xh";
|
||||
sha256 = "sha256-tGNwSv+rMnwdP6SvKAqFhjW19ZqIRWsqCNtiozajUqo=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ google-api-core ];
|
||||
propagatedBuildInputs = [ google-api-core proto-plus ];
|
||||
|
||||
# No tests in repo
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user