audiness: 0.3.2 -> 0.4.0
Diff: https://github.com/audiusGmbH/audiness/compare/refs/tags/0.3.2...0.4.0 Changelog: https://github.com/audiusGmbH/audiness/releases/tag/0.4.0
This commit is contained in:
parent
ba1e6fdd89
commit
9c3e9cb216
1 changed files with 6 additions and 3 deletions
|
@ -6,17 +6,20 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "audiness";
|
||||
version = "0.3.2";
|
||||
version = "0.4.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "audiusGmbH";
|
||||
repo = "audiness";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-vc2k3oEMTgzm/C6z6BieRrT3cSP0IkY+D3RXkNGaZTE=";
|
||||
hash = "sha256-UJe4ZawjAuUoSKEdIgjh8zZu/amYLZ8rpUDahSHokKA=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "validators" ];
|
||||
pythonRelaxDeps = [
|
||||
"typer"
|
||||
"validators"
|
||||
];
|
||||
|
||||
build-system = with python3.pkgs; [ poetry-core ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue