mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: mpd: Update to 0.22.3.
* gnu/packages/mpd.scm (mpd): Update to 0.22.3.
This commit is contained in:
parent
3f849e7ec7
commit
5b39f44382
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ (define-public libmpdclient
|
||||||
(define-public mpd
|
(define-public mpd
|
||||||
(package
|
(package
|
||||||
(name "mpd")
|
(name "mpd")
|
||||||
(version "0.22.2")
|
(version "0.22.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -113,7 +113,7 @@ (define-public mpd
|
||||||
"/mpd-" version ".tar.xz"))
|
"/mpd-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dldj7r58a3zxbvhs188p8mb4wcffnp66kpnglm4vwcp0wpmn6rn"))))
|
"1kvcarqijyw07bdqszjsn62plmncaid5az0q542p6rsygc1i501k"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-Ddocumentation=enabled")))
|
`(#:configure-flags '("-Ddocumentation=enabled")))
|
||||||
|
|
Loading…
Reference in a new issue