audiness: 0.3.1 -> 0.3.2
Diff: https://github.com/audiusGmbH/audiness/compare/refs/tags/0.3.1...0.3.2 Changelog: https://github.com/audiusGmbH/audiness/releases/tag/0.3.2
This commit is contained in:
parent
3170cbaec4
commit
851c6dbee0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user