Skip to content

Commit

Permalink
Merge pull request #325750 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.google-cloud-dlp

python312Packages.google-cloud-dlp: 3.18.0 -> 3.18.1
  • Loading branch information
wegank committed Jul 16, 2024
2 parents 711affc + 8382cec commit 0fb9983
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/google-cloud-dlp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

buildPythonPackage rec {
pname = "google-cloud-dlp";
version = "3.18.0";
version = "3.18.1";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-R0CMx16DmMfc6Tw/YqPthYKyDxJcyODdMxAVrj62L34=";
hash = "sha256-KYqhwSa9Z+1s41Ve+GGbnR0BfSZE5UwAqgmqEWfxOC0=";
};

nativeBuildInputs = [ setuptools ];
Expand Down Expand Up @@ -53,8 +53,8 @@ buildPythonPackage rec {

meta = with lib; {
description = "Cloud Data Loss Prevention (DLP) API API client library";
homepage = "https://github.com/googleapis/python-dlp";
changelog = "https://github.com/googleapis/python-dlp/blob/v${version}/CHANGELOG.md";
homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-dlp";
changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-dlp-v${version}/packages/google-cloud-dlp/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};
Expand Down

0 comments on commit 0fb9983

Please sign in to comment.