gnu: mpd: Update to 0.19.12.

* gnu/packages/mpd.scm (mpd): Update t0 0.19.12.
This commit is contained in:
Leo Famulari 2016-02-21 03:55:30 -05:00 committed by Leo Famulari
parent a4c7c57c2c
commit fae58fe1d1
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
(define-public mpd (define-public mpd
(package (package
(name "mpd") (name "mpd")
(version "0.19.10") (version "0.19.12")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -79,7 +79,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
"/mpd-" version ".tar.xz")) "/mpd-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0laqn68iggqf0h06hg282cvpd9wsjqpjfg5fnn9wk3gr48yyp1n3")))) "0xg8w5vn6xd0yfw55qj6wnav7v14nmr00s3d4w5gixbjrv3ycvvv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("ao" ,ao) (inputs `(("ao" ,ao)
("alsa-lib" ,alsa-lib) ("alsa-lib" ,alsa-lib)