This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3a7ac72469 gnu: mp3: Remove taglib-next.
3a7ac72469 is described below
commit 3a7ac72469e4061960b07439353ac3682ed93871
Author: Gabriel Wicki <[email protected]>
AuthorDate: Sat Jan 24 12:14:57 2026 +0100
gnu: mp3: Remove taglib-next.
taglib had been updated and taglib-next is broken due to missing input
cppunit.
* gnu/packages/mp3.scm (taglib-next): Delete variable.
(python-pytaglib) [inputs]: Change reference to taglib.
Change-Id: I398761463488795aa66a547817fa6eb23ae8446a
Signed-off-by: Gabriel Wicki <[email protected]>
---
gnu/packages/mp3.scm | 20 +-------------------
1 file changed, 1 insertion(+), 19 deletions(-)
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index de054d3607..0d5c2c868c 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -285,24 +285,6 @@ Speex, WavPack TrueAudio, WAV, AIFF, MP4 and ASF files.")
(base32
"0phliksg5r1n15prcbp391xk2z1fh2c7zlc7h0nabpwkf6j08za1"))))))
-(define-public taglib-next
- (package
- (inherit taglib)
- (name "taglib")
- (version "2.1.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/taglib/taglib")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0m1xyjsg6a8p4prn1xr1g29zsxqr7606cv3cblgjgxkb1dk26fx7"))))
- (inputs
- (list utfcpp
- zlib))))
-
(define-public minimp3
;; The latest commit is used as there is no release.
(let ((commit "afb604c06bc8beb145fecd42c0ceb5bda8795144")
@@ -792,7 +774,7 @@ fingerprinting library and the Acoustid API.")
python-pytest
python-setuptools))
(inputs
- (list taglib-next))
+ (list taglib))
(home-page "https://github.com/supermihi/pytaglib")
(synopsis "Python bindings for taglib")
(description