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:
parent
b634edc434
commit
a94325019e
@ -3989,7 +3989,7 @@ event-based scripts for scrobbling, notifications, etc.")
|
|||||||
(define-public picard
|
(define-public picard
|
||||||
(package
|
(package
|
||||||
(name "picard")
|
(name "picard")
|
||||||
(version "2.11")
|
(version "2.12.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -3997,7 +3997,7 @@ event-based scripts for scrobbling, notifications, etc.")
|
|||||||
"picard/picard-" version ".tar.gz"))
|
"picard/picard-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ppq2n9jf8c8r8p9dkpcyipd2psr9hg0zbd5hcdsicili25336j4"))))
|
"01244105zy1f1g22ivhx9pjd1acqbkycfr9r44h70jyml5abc7z5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@ -4023,6 +4023,7 @@ event-based scripts for scrobbling, notifications, etc.")
|
|||||||
(list gettext-minimal python-dateutil))
|
(list gettext-minimal python-dateutil))
|
||||||
(inputs
|
(inputs
|
||||||
(list chromaprint
|
(list chromaprint
|
||||||
|
python-charset-normalizer-3
|
||||||
python-discid
|
python-discid
|
||||||
python-pyqt
|
python-pyqt
|
||||||
python-mutagen
|
python-mutagen
|
||||||
|
Loading…
Reference in New Issue
Block a user