From 0e485125516ab141bfc64775fb7a46133938ddd0 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 5 Sep 2025 21:49:50 +0100 Subject: [PATCH] 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 884ed86cceb01352aaa219e11f28a838c0995b91..7853f849e4012bc30926d32cd1361870c8276d4a 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,