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