gnu: ncmpcpp: Update to 0.8.2.

* gnu/packages/mpd.scm (ncmpcpp): Update to 0.8.2.
master
Leo Famulari 2018-04-15 13:08:32 -04:00
parent fdb61400a0
commit 93cbcc26bf
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@ terminal using ncurses.")
(define-public ncmpcpp
(package
(name "ncmpcpp")
(version "0.8.1")
(version "0.8.2")
(source (origin
(method url-fetch)
(uri
@ -216,7 +216,7 @@ terminal using ncurses.")
version ".tar.bz2"))
(sha256
(base32
"1zw8d07b2bkssbsybg6jnmpq001w525viajrnz4jvfml3l55gyad"))))
"0m0mjb049sl62vx13h9waavysa30mk0rphacksnvf94n13la62v5"))))
(build-system gnu-build-system)
(inputs `(("libmpdclient" ,libmpdclient)
("boost" ,boost)