guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ncmpc: Update to 0.36.


From: guix-commits
Subject: 02/02: gnu: ncmpc: Update to 0.36.
Date: Wed, 4 Dec 2019 10:20:42 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 8548b3dd87a795f850a97add59fd87ec5f49f092
Author: Leo Famulari <address@hidden>
Date:   Wed Dec 4 10:19:02 2019 -0500

    gnu: ncmpc: Update to 0.36.
    
    * gnu/packages/mpd.scm (ncmpc): Update to 0.36.
---
 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 c9e04d7..c0cab60 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -183,7 +183,7 @@ player daemon.")
 (define-public ncmpc
   (package
     (name "ncmpc")
-    (version "0.35")
+    (version "0.36")
     (source (origin
               (method url-fetch)
               (uri
@@ -192,7 +192,7 @@ player daemon.")
                               "/ncmpc-" version ".tar.xz"))
               (sha256
                (base32
-                "0hfjvm1p0z7x6gfn5xhl5c0jsmidvz0qfl04pq45x4chh9iiwkxx"))))
+                "0b1yg93is9057p9d7vfv5nz85d11p6jq94fw07jn3zlfzhyqfcj6"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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