Merge pull request #293612 from fabaff/audiness-bump

audiness: 0.2.1 -> 0.3.0
This commit is contained in:
Fabian Affolter 2024-03-06 08:13:18 +01:00 committed by GitHub
commit bf547c0ca7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "audiness";
version = "0.2.1";
version = "0.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "audiusGmbH";
repo = "audiness";
rev = "refs/tags/${version}";
hash = "sha256-QznJdm9wSmxdWxaRYgiaUqFfRs2apLuQOIr226eFIGA=";
hash = "sha256-PkzYsfEhwrMoB+a2eJMmt/PRCbjASQRm38reA8PP4aI=";
};
nativeBuildInputs = with python3.pkgs; [