diff options
author | Leo Famulari <leo@famulari.name> | 2021-01-25 14:21:59 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-01-25 14:22:19 -0500 |
commit | 3f0af15131e524891df8c9f013f1be1597fe2d7e (patch) | |
tree | fef20274a5a42439dfa8493364690dcc66d6e8e0 | |
parent | 0219cd562fc59c4ed8fe42044771ece85fa6f396 (diff) | |
download | guix-3f0af15131e524891df8c9f013f1be1597fe2d7e.tar guix-3f0af15131e524891df8c9f013f1be1597fe2d7e.tar.gz |
gnu: ncmpcpp: Update to 0.9.2.
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.9.2.
-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 ca3c71bc38..4138f4d2f6 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -229,7 +229,7 @@ terminal using ncurses.") (define-public ncmpcpp (package (name "ncmpcpp") - (version "0.9.1") + (version "0.9.2") (source (origin (method url-fetch) (uri @@ -237,7 +237,7 @@ terminal using ncurses.") version ".tar.bz2")) (sha256 (base32 - "0x35nd4v31sma8fliqdbn1nxpjyi8hv472318sfb3xbmr4wlm0fb")))) + "06rs734n120jp51hr0fkkhxrm7zscbhpdwls0m5b5cccghazdazs")))) (build-system gnu-build-system) (inputs `(("libmpdclient" ,libmpdclient) ("boost" ,boost) |