diff options
author | Leo Famulari <leo@famulari.name> | 2016-04-24 19:04:00 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-04-24 19:25:29 -0400 |
commit | 763dd00b7232724081fbf16da4d1a463ea0532f8 (patch) | |
tree | 80277105fa22c70d8bdb243b17be522628f6a3b5 | |
parent | 74182c4f31f65365436428f7ab65646c66ede5dd (diff) | |
download | patches-763dd00b7232724081fbf16da4d1a463ea0532f8.tar patches-763dd00b7232724081fbf16da4d1a463ea0532f8.tar.gz |
gnu: ncmpcpp: Update to 0.7.4.
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.7.4.
-rw-r--r-- | gnu/packages/mpd.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 1af66e039c..63cb16fccb 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -181,7 +181,7 @@ terminal using ncurses.") (define-public ncmpcpp (package (name "ncmpcpp") - (version "0.7.3") + (version "0.7.4") (source (origin (method url-fetch) (uri @@ -189,7 +189,7 @@ terminal using ncurses.") version ".tar.bz2")) (sha256 (base32 - "04mj6r0whikliblxfbz92pibwcd7a3ywkryf01a89zd4bi1jk2rc")))) + "0qqy3w2vw3i9rxz0z8n0plmwwfv6gzrxip86l894l1xbvzqja16p")))) (build-system gnu-build-system) (inputs `(("libmpdclient" ,libmpdclient) ("boost" ,boost) |