Skip to content

Commit c5cd10c

Browse files
authored
python312Packages.google-cloud-resource-manager: 1.12.5 -> 1.13.0 (#351382)
2 parents 37ced87 + 28f7ab4 commit c5cd10c

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-cloud-resource-manager

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-resource-manager/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
buildPythonPackage rec {
1717
pname = "google-cloud-resource-manager";
18-
version = "1.12.5";
18+
version = "1.13.0";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.7";
2222

2323
src = fetchPypi {
2424
pname = "google_cloud_resource_manager";
2525
inherit version;
26-
hash = "sha256-t69CVEAe1O+jq6OpKcs924A/prr5GnhIXkVYNZfeWJE=";
26+
hash = "sha256-rkv2lEPxSzcAfU2EFQEVsJQuiwFlD9eh/G/03Bdg5cQ=";
2727
};
2828

2929
build-system = [ setuptools ];

0 commit comments

Comments
 (0)