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

python310Packages.google-cloud-securitycenter: 1.16.0 -> 1.16.1

authored by Stanisław Pitucha and committed by GitHub 7002a549 6a1ffd87

+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.16.0"; 16 + version = "1.16.1"; 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-LuC8zMJP4SF/pOUSmA0TV/U/12bo9Wg+UYxdpHaGFfM="; 23 + hash = "sha256-hp303Y6vSjoFjSP+q+DNsbjFVQTOkC9CVi1nC59nQE4="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [