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

gnu: libmpdclient: Update to 2.10.

* gnu/packages/mpd.scm (libmpdclient): Update to 2.10.
parent 4e3fc547
No related branches found
No related tags found
No related merge requests found
...@@ -48,16 +48,16 @@ (define-module (gnu packages mpd) ...@@ -48,16 +48,16 @@ (define-module (gnu packages mpd)
(define-public libmpdclient (define-public libmpdclient
(package (package
(name "libmpdclient") (name "libmpdclient")
(version "2.9") (version "2.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
(string-append "http://musicpd.org/download/libmpdclient/" (string-append "http://musicpd.org/download/libmpdclient/"
(car (string-split version #\.)) (car (string-split version #\.))
"/libmpdclient-" version ".tar.gz")) "/libmpdclient-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0csb9r3nlmbwpiryixjr5k33x3zqd61xjhwmlps3a6prck1n1xw2")))) "10pzs9z815a8hgbbbiliapyiw82bnplsccj5irgqjw5f5plcs22g"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("doxygen" ,doxygen))) (native-inputs `(("doxygen" ,doxygen)))
(synopsis "Music Player Daemon client library") (synopsis "Music Player Daemon client library")
......
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