gnu: ncmpcpp: Udate to 0.7.3.
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.7.3. [inputs]: Add icu4c.
This commit is contained in:
parent
9913c78a09
commit
a4c7c57c2c
1 changed files with 4 additions and 3 deletions
|
@ -179,7 +179,7 @@ terminal using ncurses.")
|
||||||
(define-public ncmpcpp
|
(define-public ncmpcpp
|
||||||
(package
|
(package
|
||||||
(name "ncmpcpp")
|
(name "ncmpcpp")
|
||||||
(version "0.6.7")
|
(version "0.7.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -187,13 +187,14 @@ terminal using ncurses.")
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yr1ib14qkgbsv839anpzkfbwkm6gg8wv4bf98ar7q5l2p2pv008"))))
|
"04mj6r0whikliblxfbz92pibwcd7a3ywkryf01a89zd4bi1jk2rc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("libmpdclient" ,libmpdclient)
|
(inputs `(("libmpdclient" ,libmpdclient)
|
||||||
("boost" ,boost)
|
("boost" ,boost)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
("ncurses" ,ncurses)
|
("ncurses" ,ncurses)
|
||||||
("taglib" ,taglib)))
|
("taglib" ,taglib)
|
||||||
|
("icu4c" ,icu4c)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
Reference in a new issue