Skip to content

Commit

Permalink
python312Packages.google-cloud-dlp: 3.25.1 -> 3.26.0 (NixOS#365906)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 1, 2025
2 parents 20020fc + 11c826d commit a4a8e8e
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 a4a8e8e

Please sign in to comment.