gnu: python-audioread: Update to 2.1.9.
* gnu/packages/mp3.scm (python-audioread): Update to 2.1.9.
This commit is contained in:
parent
c2ea080e05
commit
48951e8502
1 changed files with 2 additions and 3 deletions
|
@ -550,14 +550,13 @@ is to provide an accurate identifier for record tracks.")
|
||||||
(define-public python-audioread
|
(define-public python-audioread
|
||||||
(package
|
(package
|
||||||
(name "python-audioread")
|
(name "python-audioread")
|
||||||
(version "2.1.8")
|
(version "2.1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "audioread" version))
|
(uri (pypi-uri "audioread" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "129hab8x9sb3plff2bkq4xnzc3i8k9rgcm1a36l813kc0m10wj53"))))
|
||||||
"0s6iilb8ca6j6nv5a5hbyxi5alr3crvsbr6kggh82a44pkx08f87"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments `(#:tests? #f)) ; there is no "audiofile" fixture
|
(arguments `(#:tests? #f)) ; there is no "audiofile" fixture
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue