guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/10: gnu: eyed3: Update to 0.8.11.


From: guix-commits
Subject: 03/10: gnu: eyed3: Update to 0.8.11.
Date: Sun, 10 Nov 2019 22:51:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1cb82fa4120d9e924305aced876f794ad3132fd9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Nov 10 22:43:00 2019 +0100

    gnu: eyed3: Update to 0.8.11.
    
    * gnu/packages/mp3.scm (eyed3): Update to 0.8.11.
---
 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 b8e54d4..45bb6d7 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -473,13 +473,13 @@ compression format (.mpc files).")
 (define-public eyed3
   (package
     (name "eyed3")
-    (version "0.8.10")
+    (version "0.8.11")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "eyeD3" version))
        (sha256
-        (base32 "1jb22n1jczxgbpcnfiw12r8dcs74556g1d09mzms44f52kgs7lgc"))))
+        (base32 "1347mhjysbdpmmvdqm6lhskdw0qj9vjdn4n172ffnz958adrnk0f"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))    ; the required test data contains copyrighted material



reply via email to

[Prev in Thread] Current Thread [Next in Thread]