Merge pull request #290855 from fabaff/google-cloud-dlp-bump

python311Packages.google-cloud-dlp: 3.15.1 -> 3.15.2
This commit is contained in:
Nick Cao 2024-02-23 10:28:16 -05:00 committed by GitHub
commit 480ab892fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-dlp";
version = "3.15.1";
version = "3.15.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-kZjw+TBXVX5O/OufGN/Y/J0NDX30RiqFqwndnGkUjBE=";
hash = "sha256-Ttza6UuVCUJUmoH9hFVWVzTfX4kTMS9EQ+ixoYm9xOg=";
};
nativeBuildInputs = [