Fabian Affolter 2024-04-12 09:32:16 +02:00
parent 3170cbaec4
commit 851c6dbee0

View File

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