python3Packages.soxr: 1.0.0 -> 1.1.0 (#516086)

This commit is contained in:
Martin Weinelt
2026-05-03 12:38:19 +00:00
committed by GitHub
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "soxr";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "dofuuz";
repo = "python-soxr";
tag = "v${version}";
hash = "sha256-8NVQD1LamIRe77bKEs8YqHXeXifdMJpQUedmeiBRHSI=";
hash = "sha256-XdSInR0ogbcku6yvMkGEEIxu2nlqa0mffBtd+ifvzoU=";
};
patches = [ ./cmake-nanobind.patch ];