python3Packages.google-cloud-dlp: 3.30.0 -> 3.31.0

This commit is contained in:
R. Ryantm 2025-07-02 10:22:32 +00:00
parent 0c2bffc943
commit 1b3ef61356

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 ];