gnu: eyed3: Update to 0.7.9.

* gnu/packages/mp3.scm (eyed3): Update to 0.7.9.
This commit is contained in:
Efraim Flashner 2016-05-27 11:37:12 +03:00
parent 1a847b708d
commit ea3d5291cc
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -457,7 +457,7 @@ (define-public mpc123
(define-public eyed3
(package
(name "eyed3")
(version "0.7.8")
(version "0.7.9")
(source (origin
(method url-fetch)
(uri (string-append
@ -465,7 +465,7 @@ (define-public eyed3
version ".tar.gz"))
(sha256
(base32
"1nv7nhfn1d0qm7rgkzksbccgqisng8klf97np0nwaqwd5dbmdf86"))))
"08mzhqg3k63d244cgwd0y1xrb8x9m6b99ykyskpnwyxl4wxrgrzp"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2))