mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
python: google-cloud-dlp: 0.15.0 -> 1.0.0
This commit is contained in:
parent
6fb74ae96d
commit
deddcefb66
@ -9,11 +9,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-dlp";
|
||||
version = "0.15.0";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "9abef093fb344ec556a94e5466b480046c18b8bb0a12f1d202f06c43f3e01f7d";
|
||||
sha256 = "2ccf04209f96b4759d8ed76da2c916a456386836caacd47ce01b6344f5b8f212";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest mock ];
|
||||
|
Loading…
Reference in New Issue
Block a user