python3Packages.soxr: 0.5.0.post1 -> 1.0.0

https://github.com/dofuuz/python-soxr/releases/tag/v1.0.0
This commit is contained in:
Martin Weinelt
2025-09-10 04:57:47 +02:00
parent ddcff42211
commit 4b39b17d9d
@@ -3,7 +3,6 @@
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
stdenv,
# build-system
cmake,
@@ -26,15 +25,14 @@
buildPythonPackage rec {
pname = "soxr";
version = "0.5.0.post1";
version = "1.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "dofuuz";
repo = "python-soxr";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-Fpayc+MOpDUCdpoyJaIqSbMzuO0jYb6UN5ARFaxxOHk=";
hash = "sha256-8NVQD1LamIRe77bKEs8YqHXeXifdMJpQUedmeiBRHSI=";
};
patches = [ ./cmake-nanobind.patch ];
@@ -69,6 +67,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
meta = with lib; {
changelog = "https://github.com/dofuuz/python-soxr/releases/tag/${src.tag}";
description = "High quality, one-dimensional sample-rate conversion library";
homepage = "https://github.com/dofuuz/python-soxr/tree/main";
license = licenses.lgpl21Plus;