Skip to content
Snippets Groups Projects
Commit bdae1033 authored by Paul van der Walt's avatar Paul van der Walt
Browse files

gnu: mpd: Update to 0.19.10.

* gnu/packages/mpd.scm (mpd): Update to 0.19.10.
parent a53a925f
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ (define-public libmpdclient ...@@ -69,7 +69,7 @@ (define-public libmpdclient
(define-public mpd (define-public mpd
(package (package
(name "mpd") (name "mpd")
(version "0.19.9") (version "0.19.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
...@@ -78,7 +78,7 @@ (define-public mpd ...@@ -78,7 +78,7 @@ (define-public mpd
"/mpd-" version ".tar.xz")) "/mpd-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0vzj365s4j0pw5w37lfhx3dmpkdp85driravsvx8rlrw0lii91a7")))) "0laqn68iggqf0h06hg282cvpd9wsjqpjfg5fnn9wk3gr48yyp1n3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("ao" ,ao) (inputs `(("ao" ,ao)
("alsa-lib" ,alsa-lib) ("alsa-lib" ,alsa-lib)
......
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