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


From: guix-commits
Subject: branch master updated: gnu: ncmpc: Update to 0.45.
Date: Fri, 12 Feb 2021 17:20:18 -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 da4c7ba  gnu: ncmpc: Update to 0.45.
da4c7ba is described below

commit da4c7ba9263d11e3ee1b4e9032e976fccb97b517
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Feb 12 17:09:04 2021 -0500

    gnu: ncmpc: Update to 0.45.
    
    * gnu/packages/mpd.scm (ncmpc): Update to 0.45.
---
 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 30ea76d..cbd1de8 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.44")
+    (version "0.45")
     (source (origin
               (method url-fetch)
               (uri
@@ -205,7 +205,7 @@ player daemon.")
                               "/ncmpc-" version ".tar.xz"))
               (sha256
                (base32
-                "135m1rlhc2c2xmz03h712lg1mzhczlj4gw33x31mxmajw3whxkz9"))))
+                "11gpy6kd7xr8x7f7gwdwfryxyc58cd135ds28gnz40p08xj49zqp"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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