gnu: python-pytaglib: Update dependency on taglib.

* gnu/packages/mp3.scm (python-pytaglib)[inputs]: Remove taglib-next; add taglib.

Change-Id: I13ce68df8ff504f1a3d18e6701362e24d93eda72
This commit is contained in:
Cayetano Santos 2026-01-14 09:25:20 +01:00
parent cddffe7f42
commit f3cf50451f
No known key found for this signature in database
GPG key ID: BF5CDF4DF6BF6682

View file

@ -792,7 +792,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