python3Packages.google-cloud-securitycenter: 1.39.0 -> 1.40.0

R. Ryantm 5d1f187d 8e2f87ab

Changed files
+2 -2
pkgs
development
python-modules
google-cloud-securitycenter
+2 -2
pkgs/development/python-modules/google-cloud-securitycenter/default.nix
···
buildPythonPackage rec {
pname = "google-cloud-securitycenter";
-
version = "1.39.0";
pyproject = true;
disabled = pythonOlder "3.7";
···
src = fetchPypi {
pname = "google_cloud_securitycenter";
inherit version;
-
hash = "sha256-F3yEa7DTppVr2X9ufWVOQ/kkeytGKZmeOY661gUlzP8=";
};
build-system = [ setuptools ];
···
buildPythonPackage rec {
pname = "google-cloud-securitycenter";
+
version = "1.40.0";
pyproject = true;
disabled = pythonOlder "3.7";
···
src = fetchPypi {
pname = "google_cloud_securitycenter";
inherit version;
+
hash = "sha256-IhiLtqPEyeIkt7DaXgTW+fyOsYBO+qrz+Noxs8ntFOo=";
};
build-system = [ setuptools ];