lfam pushed a commit to branch master
in repository guix.

commit 3a1002cefa1e439ee037e467d2e4fe4b909cbf34
Author: Leo Famulari <l...@famulari.name>
Date:   Wed Aug 15 15:12:26 2018 -0400

    gnu: eyeD3: Update to 0.8.7.
    
    * gnu/packages/mp3.scm (eyed3): Update to 0.8.7.
---
 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 22aef05..579127d 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -470,13 +470,13 @@ compression format (.mpc files).")
 (define-public eyed3
   (package
     (name "eyed3")
-    (version "0.8.5")
+    (version "0.8.7")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "eyeD3" version))
              (sha256
               (base32
-               "0rkx859z82wqnfb0dzpa1647cq43aqb39ri9rd5r3jz597qr9zdd"))))
+               "1fzqy6hkg73xvpapdjrdzr3r0fsamnplvjfl7dz7rzgzx2r4x4pg"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f)) ; the required test data contains copyrighted material.

Reply via email to