nckx pushed a commit to branch master
in repository guix.
commit f885f0b73a9e9e3fefc3aab843fb7cb3c41d6260
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jul 30 02:00:00 2023 +0200
gnu: ncmpc: Update to 0.49.
* gnu/packages/mpd.scm (ncmpc): Update to 0.49.
---
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 111150ce6b..0112c91fdf 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -261,7 +261,7 @@ player daemon.")
(define-public ncmpc
(package
(name "ncmpc")
- (version "0.48")
+ (version "0.49")
(source (origin
(method url-fetch)
(uri
@@ -270,7 +270,7 @@ player daemon.")
"/ncmpc-" version ".tar.xz"))
(sha256
(base32
- "035rd64a70qiv334bgs9z2hqnvzldkwdvxay2hmdx5l0a5zd5cml"))))
+ "0afgcbqk4gqhc26wlw6vsnyv5gl5ciq0qyv4miicyswyvq7frfv5"))))
(build-system meson-build-system)
(inputs (list boost pcre libmpdclient ncurses))
(native-inputs