Merge pull request #324740 from fabaff/google-cloud-securitycenter-bump

python312Packages.google-cloud-securitycenter: 1.31.0 -> 1.32.0

authored by Fabian Affolter and committed by GitHub 82b9e230 82079e4d

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-securitycenter/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "google-cloud-securitycenter"; 17 - version = "1.31.0"; 17 + version = "1.32.0"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.7"; 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - hash = "sha256-1BbYIjVlAEz3cnPx3tzQ5z8z415X3TZJjUsr5aXcs4w="; 24 + hash = "sha256-EQ3KkE+5mxaFrJ6+zfGFQKI013dY4TyrxxzvDE/KuME="; 25 25 }; 26 26 27 27 build-system = [ setuptools ];