mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.google-cloud-dlp: 3.34.0 -> 3.38.0
https://github.com/googleapis/google-cloud-python/blob/google-cloud-dlp-v3.38.0/packages/google-cloud-dlp/CHANGELOG.md
This commit is contained in:
parent
92ea6d7b2f
commit
ac6bdef3bc
1 changed files with 2 additions and 2 deletions
|
|
@ -14,13 +14,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-dlp";
|
||||
version = "3.34.0";
|
||||
version = "3.38.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "google_cloud_dlp";
|
||||
inherit version;
|
||||
hash = "sha256-bfoxclINWn+ozM5HqWIs3oFfA3tKpvttaZhP1Ze/gAc=";
|
||||
hash = "sha256-BcdlhL62CzBcE9xRMhp9Aebj7DHd8QXxjVDy+DT3toQ=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue