guix-commits
[Top][All Lists]
Advanced

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

13/28: gnu: eyed3: Update to 0.8.12.


From: guix-commits
Subject: 13/28: gnu: eyed3: Update to 0.8.12.
Date: Fri, 3 Jan 2020 07:54:45 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a96c00865aeba1c05b56822e6a0601dd81e85c67
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jan 3 01:32:07 2020 +0100

    gnu: eyed3: Update to 0.8.12.
    
    * gnu/packages/mp3.scm (eyed3): Update to 0.8.12.
---
 gnu/packages/mp3.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 695a01a..af3cc25 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 Thomas Danckaert <address@hidden>
 ;;; Copyright © 2017, 2019 Pierre Langlois <address@hidden>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2019 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -476,13 +476,13 @@ compression format (.mpc files).")
 (define-public eyed3
   (package
     (name "eyed3")
-    (version "0.8.11")
+    (version "0.8.12")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "eyeD3" version))
        (sha256
-        (base32 "1347mhjysbdpmmvdqm6lhskdw0qj9vjdn4n172ffnz958adrnk0f"))))
+        (base32 "0vabr7hh6vy1w8gn35vmx9qwiyrfv734d5ahifg7x3pv0c5fqkp5"))))
     (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]