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 <[email protected]>
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