mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: eyed3: Update to 0.8.11.
* gnu/packages/mp3.scm (eyed3): Update to 0.8.11.
This commit is contained in:
parent
1f09284034
commit
1cb82fa412
1 changed files with 2 additions and 2 deletions
|
@ -473,13 +473,13 @@ (define-public mpc123
|
||||||
(define-public eyed3
|
(define-public eyed3
|
||||||
(package
|
(package
|
||||||
(name "eyed3")
|
(name "eyed3")
|
||||||
(version "0.8.10")
|
(version "0.8.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "eyeD3" version))
|
(uri (pypi-uri "eyeD3" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jb22n1jczxgbpcnfiw12r8dcs74556g1d09mzms44f52kgs7lgc"))))
|
(base32 "1347mhjysbdpmmvdqm6lhskdw0qj9vjdn4n172ffnz958adrnk0f"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; the required test data contains copyrighted material
|
`(#:tests? #f)) ; the required test data contains copyrighted material
|
||||||
|
|
Loading…
Reference in a new issue