guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 84a1d795e445951b14b29a6e097112c142a2a881
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Sep 5 21:49:50 2025 +0100
gnu: eyed3: Update to 0.9.8a5.
* gnu/packages/mp3.scm (eyed3): Update to 0.9.8a5.
[native-inputs]: Remove python-wheel.
Change-Id: I61d9ec50b01cc6a135b2c3df101b6d0bbac666ef
---
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 884ed86cce..7853f849e4 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -632,17 +632,17 @@ compression format (.mpc files).")
(define-public eyed3
(package
(name "eyed3")
- (version "0.9.8")
+ (version "0.9.8a5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "eyed3" version))
(sha256
- (base32 "00wqmy7x8g25h75ajc9vcd3nxny7a3k17h8qnpbvb9fmv13yz5m2"))))
+ (base32 "0n3lbb3mm103zbid5mz958ibd2x0hiwmc9if8hbzck6x4gc4w34w"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? #f)) ; the required test data contains copyrighted material
- (native-inputs (list python-setuptools python-wheel))
+ (native-inputs (list python-setuptools))
(propagated-inputs (list python-deprecation python-filetype))
(synopsis "MP3 tag ID3 metadata editor")
(description "eyeD3 is a Python tool for working with audio files,