me
/
guix
Archived
1
0
Fork 0

gnu: ncmpcpp: Update to 0.9.1.

* gnu/packages/mpd.scm (ncmpcpp): Update to 0.9.1.
master
Leo Famulari 2021-01-09 13:47:06 -05:00
parent 0fab032ae3
commit b4384e6116
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

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