python310Packages.google-cloud-securitycenter: 1.19.0 -> 1.19.1

Changelog: https://github.com/googleapis/python-securitycenter/blob/v1.19.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2023-04-01 18:33:25 +02:00
parent a676c07bb7
commit 3ee6ad3f2d
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-securitycenter";
version = "1.19.0";
version = "1.19.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-97KZK9O/+Ul2hnXh1s2HeoQQd4CFcQjJ9HC6fP2ZEgc=";
hash = "sha256-xI9CFp3esSxOsOsO5mVWUkMROpuX2QjzKVhKCBUpDhc=";
};
propagatedBuildInputs = [