gnu: MPD: Update to 0.22.4.
* gnu/packages/mpd.scm (mpd): Update to 0.22.4.
This commit is contained in:
parent
b2d6f127c2
commit
0219cd562f
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
|
||||||
(define-public mpd
|
(define-public mpd
|
||||||
(package
|
(package
|
||||||
(name "mpd")
|
(name "mpd")
|
||||||
(version "0.22.3")
|
(version "0.22.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -114,7 +114,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
|
||||||
"/mpd-" version ".tar.xz"))
|
"/mpd-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kvcarqijyw07bdqszjsn62plmncaid5az0q542p6rsygc1i501k"))))
|
"1l4x2jrv04hp4q9gyfg79g78bk68lrd6wd3hysl6y91rln9sj7l9"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-Ddocumentation=enabled")))
|
`(#:configure-flags '("-Ddocumentation=enabled")))
|
||||||
|
|
Reference in a new issue