mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: MPD: Update to 0.22.11.
* gnu/packages/mpd.scm (mpd): Update to 0.22.11.
This commit is contained in:
parent
ca1e55f336
commit
6eded1a041
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ (define-public libmpdclient
|
||||||
(define-public mpd
|
(define-public mpd
|
||||||
(package
|
(package
|
||||||
(name "mpd")
|
(name "mpd")
|
||||||
(version "0.22.10")
|
(version "0.22.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -114,7 +114,7 @@ (define-public mpd
|
||||||
"/mpd-" version ".tar.xz"))
|
"/mpd-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0576z57rgwmnm5djd7rwbc93aikji0n6b3lx1553v74rx4sjbj07"))))
|
"1850ii8vnv5l8b561fai4q2mcrnym94mvlrxiy48fvpfm8s7ygql"))))
|
||||||
(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