guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/10: gnu: ncmpc: Update to 0.49.


From: guix-commits
Subject: 08/10: gnu: ncmpc: Update to 0.49.
Date: Sun, 6 Aug 2023 14:52:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f885f0b73a9e9e3fefc3aab843fb7cb3c41d6260
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]