[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: eyed3: Update to 0.7.10.
From: |
Leo Famulari |
Subject: |
03/03: gnu: eyed3: Update to 0.7.10. |
Date: |
Wed, 11 Jan 2017 05:49:07 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 7b903a920c7d1d85c129bc304f072e9806368b2a
Author: Leo Famulari <address@hidden>
Date: Wed Jan 11 00:26:01 2017 -0500
gnu: eyed3: Update to 0.7.10.
* gnu/packages/mp3.scm (eyed3): Update to 0.7.10.
---
gnu/packages/mp3.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 4f799bd..e60bd5c 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -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))