~ruther/guix-local

9245670a5a9c713959980aa425ded7c7c7bf4743 — Sughosha 3 months ago b549e18
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
1 files changed, 2 insertions(+), 3 deletions(-)

M gnu/packages/audio.scm
M gnu/packages/audio.scm => gnu/packages/audio.scm +2 -3
@@ 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")