guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ncmpc: Update to 0.48.


From: guix-commits
Subject: branch master updated: gnu: ncmpc: Update to 0.48.
Date: Sun, 23 Apr 2023 10:40:53 -0400

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 a61b08ffa7 gnu: ncmpc: Update to 0.48.
a61b08ffa7 is described below

commit a61b08ffa70793708ce0bd3f425381f87067f6c4
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Apr 23 10:40:19 2023 -0400

    gnu: ncmpc: Update to 0.48.
    
    * gnu/packages/mpd.scm (ncmpc): Update 0.48.
---
 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 b9b3ecc87e..14754ada84 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -246,7 +246,7 @@ player daemon.")
 (define-public ncmpc
   (package
     (name "ncmpc")
-    (version "0.47")
+    (version "0.48")
     (source (origin
               (method url-fetch)
               (uri
@@ -255,7 +255,7 @@ player daemon.")
                               "/ncmpc-" version ".tar.xz"))
               (sha256
                (base32
-                "1714saz8m6y2chby0c1qh3vgqc3srlr1jq98vhzmjykcpjqj7nk1"))))
+                "035rd64a70qiv334bgs9z2hqnvzldkwdvxay2hmdx5l0a5zd5cml"))))
     (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]