Skip to content

Commit

Permalink
python312Packages.google-cloud-dlp: 3.25.1 -> 3.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 17, 2024
1 parent 4989a24 commit 11c826d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/google-cloud-dlp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@

buildPythonPackage rec {
pname = "google-cloud-dlp";
version = "3.25.1";
version = "3.26.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_dlp";
inherit version;
hash = "sha256-6R4CSOyB+beTUPNtj8wQc7uQmMUxhyO8lebV0PDu1Lg=";
hash = "sha256-+kxjk9deiNQU+Vhjs53Xpgo/UZEtA2gDylr7WR1obzQ=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 11c826d

Please sign in to comment.