gnu: picard: Update to 2.12.2.

* gnu/packages/music.scm (picard): Update to 2.12.2.
[inputs]: Add python-charset-normalizer-3.

Change-Id: I4dd177118e7f5a13ff8b6da941d62d52777e32c4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Hilton Chain 2024-09-01 23:39:19 +08:00 committed by Ludovic Courtès
parent b634edc434
commit a94325019e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -3989,7 +3989,7 @@ event-based scripts for scrobbling, notifications, etc.")
(define-public picard
(package
(name "picard")
(version "2.11")
(version "2.12.2")
(source (origin
(method url-fetch)
(uri (string-append
@ -3997,7 +3997,7 @@ event-based scripts for scrobbling, notifications, etc.")
"picard/picard-" version ".tar.gz"))
(sha256
(base32
"0ppq2n9jf8c8r8p9dkpcyipd2psr9hg0zbd5hcdsicili25336j4"))))
"01244105zy1f1g22ivhx9pjd1acqbkycfr9r44h70jyml5abc7z5"))))
(build-system python-build-system)
(arguments
(list
@ -4023,6 +4023,7 @@ event-based scripts for scrobbling, notifications, etc.")
(list gettext-minimal python-dateutil))
(inputs
(list chromaprint
python-charset-normalizer-3
python-discid
python-pyqt
python-mutagen