ad-miner: 0.6.0 -> 1.0.0
Diff: https://github.com/Mazars-Tech/AD_Miner/compare/refs/tags/v0.6.0...v1.0.0 Changelog: https://github.com/Mazars-Tech/AD_Miner/blob/1.0.0/CHANGELOG.md
This commit is contained in:
parent
34df71bf34
commit
0838d4b8ad
1 changed files with 6 additions and 2 deletions
|
@ -5,18 +5,22 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "ad-miner";
|
pname = "ad-miner";
|
||||||
version = "0.6.0";
|
version = "1.0.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-Iwg00vAnCs9FbEAmB54vNDLmxyZeCtZMl/VEFoYeEcM=";
|
hash = "sha256-HM7PR1i7/L3MuUaTBPcDblflCH40NmEYSCTJUB06Fjg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# ALl requirements are pinned
|
||||||
|
pythonRelaxDeps = true;
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
nativeBuildInputs = with python3.pkgs; [
|
||||||
poetry-core
|
poetry-core
|
||||||
|
pythonRelaxDepsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue