Skip to content
Snippets Groups Projects
Unverified Commit caeb2437 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: mpd: Update to 0.21.24.

* gnu/packages/mpd.scm (mpd): Update to 0.21.24.
parent 36a0228e
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ (define-public libmpdclient ...@@ -92,7 +92,7 @@ (define-public libmpdclient
(define-public mpd (define-public mpd
(package (package
(name "mpd") (name "mpd")
(version "0.21.23") (version "0.21.24")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
...@@ -101,7 +101,7 @@ (define-public mpd ...@@ -101,7 +101,7 @@ (define-public mpd
"/mpd-" version ".tar.xz")) "/mpd-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"18q72b9baj5cdpq0yn60qm7q4g8vwqqyqndl9xg3f3w0m4n557s3")))) "1mjclv7nf42smzry6cswciicsypv0mfsfl8nsykb6wp6h9z2lqw4"))))
(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'...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment