guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: eyed3: Update to 0.9.7.


From: guix-commits
Subject: 01/03: gnu: eyed3: Update to 0.9.7.
Date: Sun, 23 Apr 2023 20:37:22 -0400 (EDT)

lfam pushed a commit to branch core-updates
in repository guix.

commit 5bcf10867ddbded3de76ba15d9e8113cb648a0ca
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Apr 23 19:52:52 2023 -0400

    gnu: eyed3: Update to 0.9.7.
    
    * gnu/packages/mp3.scm (eyed3): Update to 0.9.7.
    [propagated-inputs]: Remove python-grako, python-magic, and python-pathlib.
---
 gnu/packages/mp3.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 80e3b35469..7ede16f4bb 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -597,22 +597,19 @@ compression format (.mpc files).")
 (define-public eyed3
   (package
     (name "eyed3")
-    (version "0.9.6")
+    (version "0.9.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "eyeD3" version))
        (sha256
-        (base32 "063mpg5bks9dgggjyag8968z5r7z4x50s0m0rja956dk1zn68l2b"))))
+        (base32 "03ygqns4ibq0nnbvdm1pk97nzyqrl76df2cl9w8lasipjf9qxcck"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))    ; the required test data contains copyrighted material
     (propagated-inputs
      (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,



reply via email to

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