Merge pull request #212526 from r-ryantm/auto-update/python310Packages.google-cloud-securitycenter

python310Packages.google-cloud-securitycenter: 1.18.0 -> 1.18.2

authored by Fabian Affolter and committed by GitHub fb106652 46d43c62

+3 -3
+3 -3
pkgs/development/python-modules/google-cloud-securitycenter/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "google-cloud-securitycenter"; 15 - version = "1.18.0"; 15 + version = "1.18.2"; 16 16 format = "setuptools"; 17 17 18 - disabled = pythonOlder "3.6"; 18 + disabled = pythonOlder "3.7"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-gtzSB70x7oN6EiTP1U5P1dV4a4eWZNGtRFInYz7AyCA="; 22 + hash = "sha256-O1jSSozVmeDRoTCtRhsBDlZ/o8g/8ccGkJCg6hp7ob8="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [