mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01:00
gnu: MPD: Update to 0.21.7.
* gnu/packages/mpd.scm (mpd): Update to 0.21.7.
This commit is contained in:
parent
325a2e35dc
commit
60e1668076
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ (define-public libmpdclient
|
||||||
(define-public mpd
|
(define-public mpd
|
||||||
(package
|
(package
|
||||||
(name "mpd")
|
(name "mpd")
|
||||||
(version "0.21.6")
|
(version "0.21.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -100,7 +100,7 @@ (define-public mpd
|
||||||
"/mpd-" version ".tar.xz"))
|
"/mpd-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17z580gqwsr4xp3x124aapw96pl8hk91c43ld2x75606rim12kcd"))))
|
"0b217f5m3vdmjsh51674f6q5pj5g43kwd8psrka09vlvaay6482i"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-Ddocumentation=true") ; The default is 'false'...
|
`(#:configure-flags '("-Ddocumentation=true") ; The default is 'false'...
|
||||||
|
|
Loading…
Reference in a new issue