python311Packages.google-cloud-dlp: 3.15.3 -> 3.16.0

Changelog: https://github.com/googleapis/python-dlp/blob/v3.16.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-03-10 10:36:46 +01:00
parent a78f1b4cd2
commit 0ea9ef2993

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-dlp";
version = "3.15.3";
version = "3.16.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-9BCV3jYq8svvMbhKoQVMAlGYTggyi1qreG6T/yEIfy8=";
hash = "sha256-DWmh96XviHVsmeVrivTDnq5A0hBog/DieUxcs2QmltU=";
};
nativeBuildInputs = [