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.44.


From: guix-commits
Subject: branch master updated: gnu: ncmpc: Update to 0.44.
Date: Sun, 07 Feb 2021 12:07:37 -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 6b72331  gnu: ncmpc: Update to 0.44.
6b72331 is described below

commit 6b72331d3e8bba2f445b0145bb583912d258c8a4
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Feb 7 12:06:20 2021 -0500

    gnu: ncmpc: Update to 0.44.
    
    * gnu/packages/mpd.scm (ncmpc): Update to 0.44.
---
 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 4138f4d..30ea76d 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -196,7 +196,7 @@ player daemon.")
 (define-public ncmpc
   (package
     (name "ncmpc")
-    (version "0.42")
+    (version "0.44")
     (source (origin
               (method url-fetch)
               (uri
@@ -205,7 +205,7 @@ player daemon.")
                               "/ncmpc-" version ".tar.xz"))
               (sha256
                (base32
-                "0kfdyvqd2dfrxll5bla8mm10xvpngshlmyjf6wic4wbafqflgxx5"))))
+                "135m1rlhc2c2xmz03h712lg1mzhczlj4gw33x31mxmajw3whxkz9"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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