python311Packages.google-cloud-resource-manager: 1.12.1 -> 1.12.2

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-resource-manager-v1.12.2/packages/google-cloud-resource-manager/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-02-23 11:48:17 +01:00
parent fafc0e9227
commit d9c1820539

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 = [