3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: eyeD3: Update to 0.8.8.

* gnu/packages/mp3.scm (eyed3): Update to 0.8.8.
This commit is contained in:
Leo Famulari 2018-12-05 04:33:47 -05:00
parent aa00797877
commit 8f11439c36
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -470,13 +470,13 @@ compression format (.mpc files).")
(define-public eyed3
(package
(name "eyed3")
(version "0.8.7")
(version "0.8.8")
(source (origin
(method url-fetch)
(uri (pypi-uri "eyeD3" version))
(sha256
(base32
"1fzqy6hkg73xvpapdjrdzr3r0fsamnplvjfl7dz7rzgzx2r4x4pg"))))
"197lszkyzm377ym5r0ssryfsiz20yjx8y4rii3wc81n92d1qzlaq"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; the required test data contains copyrighted material.