python3Packages.google-cloud-dlp: 3.30.0 -> 3.31.0 (#421745)

This commit is contained in:
Weijia Wang 2025-08-05 11:40:21 +02:00 committed by GitHub
commit 7bde25c727
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.30.0";
version = "3.31.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_dlp";
inherit version;
hash = "sha256-qTCw9C4ULzapSjGptsr5uFL4ThUpROTxsx2ICZCx6H0=";
hash = "sha256-Vh3ik1Jel02F1m84o2PB0eVnySQGBGBqGBmPLSPFqhk=";
};
build-system = [ setuptools ];