guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit a16107aff2cade786aa84fd3e9675a699fc880c7
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Dec 4 19:16:40 2025 +0100

    gnu: python-pytaglib: Fix build.
    
    * gnu/packages/mp3.scm (python-pytaglib)[inputs]: Replace taglib by
    taglib-1.
    
    Change-Id: I73be5b00516b3cb0af554c81eba39cdfd1bcc709
---
 gnu/packages/mp3.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 629d314a9b..52a0388018 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -772,7 +772,7 @@ fingerprinting library and the Acoustid API.")
     (native-inputs
      (list python-cython python-pytest))
     (inputs
-     (list taglib))
+     (list taglib-1))
     (home-page
      "https://github.com/supermihi/pytaglib";)
     (synopsis

Reply via email to