python312Packages.google-cloud-dlp: 3.23.0 -> 3.25.1 (#362318)

This commit is contained in:
Fabian Affolter 2024-12-06 13:42:59 +01:00 committed by GitHub
commit 3a5dd14065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "google-cloud-dlp";
version = "3.23.0";
version = "3.25.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_dlp";
inherit version;
hash = "sha256-NKH24p2jfjhbs73jHB/lWDk5P1Uin/Mp5TANR3fquzg=";
hash = "sha256-6R4CSOyB+beTUPNtj8wQc7uQmMUxhyO8lebV0PDu1Lg=";
};
build-system = [ setuptools ];