1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

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
This commit is contained in:
Sughosha
2025-11-10 22:10:41 +05:30
parent b549e18880
commit 9245670a5a
+2 -3
View File
@@ -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")