gnu: mympd: Update to 10.2.0.

* gnu/packages/mpd.scm (mympd): Update to 10.2.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Bruno Victal 2023-01-23 21:30:14 +00:00 committed by 宋文武
parent 298292e399
commit a7f63acfb7
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -581,7 +581,7 @@ mpdevil loads all tags and covers on demand.")
(define-public mympd (define-public mympd
(package (package
(name "mympd") (name "mympd")
(version "10.1.6") (version "10.2.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -590,7 +590,7 @@ mpdevil loads all tags and covers on demand.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"06i8v8dh2x4lrph9lm56h5yy698y95ic5xrgmyisafvxd239sn0x")))) "16f4yyjjgl6d6pqnnal5d00s5cgrg1m6b6i2bmg5n86gns8n9chv"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list #:tests? #f)) ; no test target (list #:tests? #f)) ; no test target