mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: MPD: Update to 0.21.20.
* gnu/packages/mpd.scm (mpd): Update to 0.21.20.
This commit is contained in:
parent
b6f1c6bb94
commit
fb31d11b91
1 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ (define-public libmpdclient
|
|||
(define-public mpd
|
||||
(package
|
||||
(name "mpd")
|
||||
(version "0.21.19")
|
||||
(version "0.21.20")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -101,7 +101,7 @@ (define-public mpd
|
|||
"/mpd-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ydjamnc8gs9cxbhin7h51119hmfynsg7b8c4pgasdsnv08mw9yk"))))
|
||||
"1q8hwl3i0a4qzdwfh44r0nh5zd2mm3rraqw5qvmz6qfrjslz0bj2"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-Ddocumentation=true"))) ;the default is 'false'...
|
||||
|
|
Loading…
Reference in a new issue