gnu: eyed3: Update to 0.7.10.
* gnu/packages/mp3.scm (eyed3): Update to 0.7.10.
This commit is contained in:
parent
541b3f59ae
commit
7b903a920c
|
@ -458,7 +458,7 @@ compression format (.mpc files).")
|
|||
(define-public eyed3
|
||||
(package
|
||||
(name "eyed3")
|
||||
(version "0.7.9")
|
||||
(version "0.7.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -466,7 +466,7 @@ compression format (.mpc files).")
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08mzhqg3k63d244cgwd0y1xrb8x9m6b99ykyskpnwyxl4wxrgrzp"))))
|
||||
"0wjicszs64ksj2y5jbk09yjd08znc1qnarlq8ssmx13f2d4x59wq"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:python ,python-2))
|
||||
|
|
Loading…
Reference in New Issue