guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: eyeD3: Update to 0.9.6.


From: guix-commits
Subject: branch master updated: gnu: eyeD3: Update to 0.9.6.
Date: Mon, 04 Apr 2022 19:58:42 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 20303c0b1c gnu: eyeD3: Update to 0.9.6.
20303c0b1c is described below

commit 20303c0b1c75bc4770cdfa8b8c6b33fd6e77c168
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Apr 4 19:53:10 2022 -0400

    gnu: eyeD3: Update to 0.9.6.
    
    * gnu/packages/mp3.scm (eyed3): Update to 0.9.6.
    [propagated-inputs]: Add python-deprecation and python-filetype.
---
 gnu/packages/mp3.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index b95de712b0..4a8bdad711 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -561,18 +561,23 @@ compression format (.mpc files).")
 (define-public eyed3
   (package
     (name "eyed3")
-    (version "0.8.12")
+    (version "0.9.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "eyeD3" version))
        (sha256
-        (base32 "0vabr7hh6vy1w8gn35vmx9qwiyrfv734d5ahifg7x3pv0c5fqkp5"))))
+        (base32 "063mpg5bks9dgggjyag8968z5r7z4x50s0m0rja956dk1zn68l2b"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))    ; the required test data contains copyrighted material
     (propagated-inputs
-     (list python-grako python-magic python-pathlib python-six))
+     (list python-deprecation
+           python-filetype
+           python-grako
+           python-magic
+           python-pathlib
+           python-six))
     (synopsis "MP3 tag ID3 metadata editor")
     (description "eyeD3 is a Python tool for working with audio files,
 specifically mp3 files containing ID3 metadata (i.e. song info).  It provides a



reply via email to

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