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

This commit is contained in:
R. Ryantm 2025-06-02 20:35:56 +00:00
parent 3603bcb66c
commit 871263f41e

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "google-cloud-dlp";
version = "3.29.0";
version = "3.30.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_dlp";
inherit version;
hash = "sha256-FbNmneFjhZmqq17EMeNsiOSCq98+JODhAJDEzHabLiA=";
hash = "sha256-qTCw9C4ULzapSjGptsr5uFL4ThUpROTxsx2ICZCx6H0=";
};
build-system = [ setuptools ];