[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: ncmpcpp: Update to 0.9.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: ncmpcpp: Update to 0.9.1. |
Date: |
Sat, 09 Jan 2021 13:48:02 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b4384e6 gnu: ncmpcpp: Update to 0.9.1.
b4384e6 is described below
commit b4384e61165623b16b77b8cab16c81423c6853ed
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Jan 9 13:47:06 2021 -0500
gnu: ncmpcpp: Update to 0.9.1.
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.9.1.
---
gnu/packages/mpd.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 4944c96..6066913 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: ncmpcpp: Update to 0.9.1.,
guix-commits <=