From 9245670a5a9c713959980aa425ded7c7c7bf4743 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Mon, 10 Nov 2025 22:10:41 +0530 Subject: [PATCH] gnu: python-soxr: Update to 1.0.0. * gnu/packages/audio.scm (python-soxr): Update to 1.0.0. [native-inputs]: Remove python-sphinx. Change-Id: Ib508fd19aa19c4a5b431f477e59cee31c1542264 --- gnu/packages/audio.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 89f1a5433557edf7c735330158829575d4f3299e..05b7d3ef83b0218df461ce0c5e500bc488fccb50 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -3715,13 +3715,13 @@ CFFI and NumPy.") (define-public python-soxr (package (name "python-soxr") - (version "0.5.0.post1") + (version "1.0.0") (source (origin (method url-fetch) (uri (pypi-uri "soxr" version)) (sha256 - (base32 "0wzz7j0z814mm99xr19vfrwp2x904lbwhf513x7085m4x3rvk4kh")))) + (base32 "02a5balcm8dvlb938gl2k3kqvfdq1k300j2g0dbnkg2rsv0yczp0")))) (build-system pyproject-build-system) (arguments (list @@ -3749,7 +3749,6 @@ CFFI and NumPy.") python-scikit-build-core python-setuptools python-setuptools-scm - python-sphinx python-typing-extensions python-wheel)) (home-page "https://github.com/dofuuz/python-soxr")