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

gnu: ncmpcpp: Update to 0.6.5.

* gnu/packages/mpd.scm (ncmpcpp): Update to 0.6.5.
parent 37b57da2
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.2") (version "0.6.5")
(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
"1mrd6m6ph0fscxp9x96ipxh6ai7w0n1miapcfqrqfy058qx5zbck")))) "1zfidkskmiqx1wfykinmr639lhd90s7b0rks6vaci4n56ml8y4ji"))))
(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