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

gnu: ncmpcpp: Update to 0.6.7.

* gnu/packages/mpd.scm (ncmpcpp): Update to 0.6.7.
parent d2a63366
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ (define-public ncmpc ...@@ -178,7 +178,7 @@ (define-public ncmpc
(define-public ncmpcpp (define-public ncmpcpp
(package (package
(name "ncmpcpp") (name "ncmpcpp")
(version "0.6.5") (version "0.6.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
...@@ -186,7 +186,7 @@ (define-public ncmpcpp ...@@ -186,7 +186,7 @@ (define-public ncmpcpp
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1zfidkskmiqx1wfykinmr639lhd90s7b0rks6vaci4n56ml8y4ji")))) "0yr1ib14qkgbsv839anpzkfbwkm6gg8wv4bf98ar7q5l2p2pv008"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("libmpdclient" ,libmpdclient) (inputs `(("libmpdclient" ,libmpdclient)
("boost" ,boost) ("boost" ,boost)
......
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