Fabian Affolter 2024-04-12 09:32:16 +02:00
parent 3170cbaec4
commit 851c6dbee0
1 changed files with 10 additions and 2 deletions

View File

@ -5,20 +5,28 @@
python3.pkgs.buildPythonApplication rec {
pname = "audiness";
version = "0.3.1";
version = "0.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "audiusGmbH";
repo = "audiness";
rev = "refs/tags/${version}";
hash = "sha256-r+xWwXRKuTp5ifUUlF1K6BIVWh67hNLMBKBB7wnLLAM=";
hash = "sha256-vc2k3oEMTgzm/C6z6BieRrT3cSP0IkY+D3RXkNGaZTE=";
};
pythonRelaxDeps = [
"validators"
];
build-system = with python3.pkgs; [
poetry-core
];
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];
dependencies = with python3.pkgs; [
pytenable
typer