Skip to content

Commit

Permalink
python312Packages.google-cloud-dlp: 3.18.0 -> 3.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and wegank committed Jul 15, 2024
1 parent d030653 commit f00ce89
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,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

0 comments on commit f00ce89

Please sign in to comment.