11 version = "unstable-2022-08-23";
12 format = "setuptools";
14 src = fetchFromGitHub {
17 rev = "40561738c3f585c590c3f0584bf2e3354eefbd48";
18 hash = "sha256-/pwoEKB6BD+wWy7QwPwwzSxGn+TAOaMzduOXyuoXC8g=";
21 propagatedBuildInputs = [
26 pythonImportsCheck = [ "apkit" ];
28 # This package has no tests
32 description = "Audio processing toolkit";
33 homepage = "https://github.com/hwp/apkit";
34 license = licenses.mit;
35 maintainers = with maintainers; [ GaetanLepage ];