mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: MPD: Update to 0.22.1.
* gnu/packages/mpd.scm (mpd): Update to 0.22.1.
This commit is contained in:
parent
d407b087c0
commit
3bdb2a026b
1 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ (define-public libmpdclient
|
||||||
(define-public mpd
|
(define-public mpd
|
||||||
(package
|
(package
|
||||||
(name "mpd")
|
(name "mpd")
|
||||||
(version "0.22")
|
(version "0.22.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -103,7 +103,7 @@ (define-public mpd
|
||||||
"/mpd-" version ".tar.xz"))
|
"/mpd-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xlhwdbnww7gjw474j54j94iwrzbzlqvnv6chlkga6yh4pcl5rvx"))))
|
"1wyazq8a8n8l4kqsml0ancy1k8mbrgpis87wrbp3riq97l4n9120"))))
|
||||||
(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