diff options
author | Leo Famulari <leo@famulari.name> | 2017-10-31 18:13:38 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-10-31 18:13:53 -0400 |
commit | bc8bd40e6ac082aa301065f80b06c9f203092ce3 (patch) | |
tree | ea199ece720d929a3c85f2d6e39eb53b57c1427e | |
parent | cd5c3979d18ca5bc5d32b9044330453c244df1a5 (diff) | |
download | guix-bc8bd40e6ac082aa301065f80b06c9f203092ce3.tar guix-bc8bd40e6ac082aa301065f80b06c9f203092ce3.tar.gz |
gnu: ncmpcpp: Update to 0.8.1.
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.8.1.
-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 d4c77c62cf..c305e457cb 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -195,7 +195,7 @@ terminal using ncurses.") (define-public ncmpcpp (package (name "ncmpcpp") - (version "0.8") + (version "0.8.1") (source (origin (method url-fetch) (uri @@ -203,7 +203,7 @@ terminal using ncurses.") version ".tar.bz2")) (sha256 (base32 - "0nj6ky805a55acj0w57sbn3vfmmkbqp97rhbi0q9848n10f2l3rg")))) + "1zw8d07b2bkssbsybg6jnmpq001w525viajrnz4jvfml3l55gyad")))) (build-system gnu-build-system) (inputs `(("libmpdclient" ,libmpdclient) ("boost" ,boost) |