ad-miner: 1.4.0 -> 1.5.0
This commit is contained in:
parent
47ea5bd487
commit
abdeb43baf
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "ad-miner";
|
pname = "ad-miner";
|
||||||
version = "1.4.0";
|
version = "1.5.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Mazars-Tech";
|
owner = "Mazars-Tech";
|
||||||
repo = "AD_Miner";
|
repo = "AD_Miner";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-SBFPGlP5hDKNuE5sYGL6PE1nYMmOCmMZji0AtNEBkAQ=";
|
hash = "sha256-BSUMNVHhclHzQf3Z0p2ZZjfQIZQyc2ZeQ67PXRz1RBk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# All requirements are pinned
|
# All requirements are pinned
|
||||||
|
Loading…
Reference in New Issue
Block a user