Merge pull request #175815 from SuperSandro2000/python310Packages.google-cloud-securitycenter

python310Packages.google-cloud-securitycenter: 1.10.0 -> 1.11.0

authored by Sandro and committed by GitHub 94d50c0a 57f91f3a

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-securitycenter/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "google-cloud-securitycenter"; 16 - version = "1.10.0"; 16 + version = "1.11.0"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.6"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-VaU6DRkq1pOESSOSynRRjaljp68C1X2H8anjHeHorbI="; 23 + hash = "sha256-+etRN3Q7Y1oYtQy0Fkoj6ujhx4gD5y+fUriu/eitIQM="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [