diff options
| author | Paul van der Walt | 2015-07-09 13:03:47 +0200 |
|---|---|---|
| committer | Paul van der Walt | 2015-07-09 18:42:00 +0200 |
| commit | 555f935b0698bd7e3183ad8eab5c3149e9ed6e05 (patch) | |
| tree | 44959bd8ab1ea3750c23639cd2f6cf127288f98d /gnu | |
| parent | 37b57da2a4c0460a689f03201639376a22a7870b (diff) | |
gnu: ncmpcpp: Update to 0.6.5.
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.6.5.
Diffstat (limited to 'gnu')
| -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 ad5882ed5..56a2d19a9 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -178,7 +178,7 @@ terminal using ncurses.") (define-public ncmpcpp (package (name "ncmpcpp") - (version "0.6.2") + (version "0.6.5") (source (origin (method url-fetch) (uri @@ -186,7 +186,7 @@ terminal using ncurses.") version ".tar.bz2")) (sha256 (base32 - "1mrd6m6ph0fscxp9x96ipxh6ai7w0n1miapcfqrqfy058qx5zbck")))) + "1zfidkskmiqx1wfykinmr639lhd90s7b0rks6vaci4n56ml8y4ji")))) (build-system gnu-build-system) (inputs `(("libmpdclient" ,libmpdclient) ("boost" ,boost) |