gnu: mympd: Update to 10.3.2.
* gnu/packages/mpd.scm (mympd): Update to 10.3.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
7bc86c7cc7
commit
228e08c74e
|
@ -600,7 +600,7 @@ mpdevil loads all tags and covers on demand.")
|
||||||
(define-public mympd
|
(define-public mympd
|
||||||
(package
|
(package
|
||||||
(name "mympd")
|
(name "mympd")
|
||||||
(version "10.2.6")
|
(version "10.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -609,7 +609,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
|
||||||
"1adi1pdygj7wlfi6k3978b6ny2cziai4f761a61j9vxa2ywf7wbb"))))
|
"04mpj0qikdg7nqp8rvwr83bx3544qy2ha0sjj4cnpjknka6p8xan"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f)) ; no test target
|
(list #:tests? #f)) ; no test target
|
||||||
|
|
Reference in New Issue