python310Packages.google-cloud-org-policy: 1.7.1 -> 1.8.0

This commit is contained in:
R. Ryantm 2023-02-24 11:39:06 +00:00
parent 9dd54bfe3d
commit 10801c1e45

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "google-cloud-org-policy";
version = "1.7.1";
version = "1.8.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ivlerguhDb7zhRfizIPGQWwwLOUhyoj2xWAy9inSklQ=";
hash = "sha256-ylUUxWLe5u1WVyz1rD64u9MJ7qKsLl3cLD4ELcZCI6Y=";
};
propagatedBuildInputs = [