mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: MPD: Update to 0.21.6.
* gnu/packages/mpd.scm (mpd): Update to 0.21.6.
This commit is contained in:
parent
8f350d83a4
commit
5cfe7ad870
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ (define-public libmpdclient
|
|||
(define-public mpd
|
||||
(package
|
||||
(name "mpd")
|
||||
(version "0.21.5")
|
||||
(version "0.21.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -100,7 +100,7 @@ (define-public mpd
|
|||
"/mpd-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1y8fbch4xp96i4mz6czivnwvaf7g8pnfix5d0pbybnkv7bmz1a9f"))))
|
||||
"17z580gqwsr4xp3x124aapw96pl8hk91c43ld2x75606rim12kcd"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-Ddocumentation=true") ; The default is 'false'...
|
||||
|
|
Loading…
Reference in a new issue