diff options
author | Leo Famulari <leo@famulari.name> | 2021-01-09 13:47:06 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-01-09 13:47:26 -0500 |
commit | b4384e61165623b16b77b8cab16c81423c6853ed (patch) | |
tree | bdbab5c9a11a053609451c2d053eee98ecc3a2e4 | |
parent | 0fab032ae3849a8827b4ccf40d7a8f70090b4255 (diff) | |
download | guix-b4384e61165623b16b77b8cab16c81423c6853ed.tar.gz guix-b4384e61165623b16b77b8cab16c81423c6853ed.zip |
gnu: ncmpcpp: Update to 0.9.1.
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.9.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 4944c960a6..6066913f16 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -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) |