python313Packages.google-cloud-dlp: 3.32.0 -> 3.33.0 (#475533)

This commit is contained in:
Fabian Affolter
2026-01-01 09:17:01 +00:00
committed by GitHub

View File

@@ -9,21 +9,18 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "google-cloud-dlp";
version = "3.32.0";
version = "3.33.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_dlp";
inherit version;
hash = "sha256-lXsPTvwTd9e0+6tNRwxyD4CPTw7dVXkmPwDroR9VVTk=";
hash = "sha256-qRC+EY7DyImMOFIWENYvShbzM6Tesqvrdz5yD25fZ+M=";
};
build-system = [ setuptools ];