Merge pull request #290848 from fabaff/google-cloud-resource-manager-bump

python311Packages.google-cloud-resource-manager: 1.12.1 -> 1.12.2
This commit is contained in:
Nick Cao 2024-02-23 10:29:59 -05:00 committed by GitHub
commit 9c4825e846
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-resource-manager";
version = "1.12.1";
version = "1.12.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-JbMRLJhO9qJWnKcEcWCyNBxSjHDh0uct65loaqLhZ90=";
hash = "sha256-Lt5EalCHsjbw4fs5zKN5G66X6w2RJQV0AUVLGQ1Vcu4=";
};
nativeBuildInputs = [