gnu: python-audioread: Update to 2.1.9.

* gnu/packages/mp3.scm (python-audioread): Update to 2.1.9.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-05 03:18:09 +01:00
parent c2ea080e05
commit 48951e8502
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -550,14 +550,13 @@ is to provide an accurate identifier for record tracks.")
(define-public python-audioread
(package
(name "python-audioread")
(version "2.1.8")
(version "2.1.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "audioread" version))
(sha256
(base32
"0s6iilb8ca6j6nv5a5hbyxi5alr3crvsbr6kggh82a44pkx08f87"))))
(base32 "129hab8x9sb3plff2bkq4xnzc3i8k9rgcm1a36l813kc0m10wj53"))))
(build-system python-build-system)
(arguments `(#:tests? #f)) ; there is no "audiofile" fixture
(native-inputs