guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ncmpc: Update to 0.33.


From: guix-commits
Subject: 01/01: gnu: ncmpc: Update to 0.33.
Date: Fri, 21 Dec 2018 17:20:22 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit 947babea725bb9f0cde4a17fd414f71b32741134
Author: Eric Bavier <address@hidden>
Date:   Fri Dec 21 12:12:55 2018 -0600

    gnu: ncmpc: Update to 0.33.
    
    * gnu/packages/mpd.scm (ncmpc): Update to 0.33.
    [source]: Use 'version-major' instead of string-splitting.
---
 gnu/packages/mpd.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 89ad010..8ddc68a 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -189,16 +189,16 @@ player daemon.")
 (define-public ncmpc
   (package
     (name "ncmpc")
-    (version "0.32")
+    (version "0.33")
     (source (origin
               (method url-fetch)
               (uri
                (string-append "http://musicpd.org/download/ncmpc/";
-                              (car (string-split version #\.))
+                              (version-major version)
                               "/ncmpc-" version ".tar.xz"))
               (sha256
                (base32
-                "1b01q1pcaw5yyhvmlffc3h0r3w8qy7rhn55a7xj4qkcfqvs8ap08"))))
+                "19fp7xkpai4lq3vmpbppgh3ism7lg2sibv237c0sl5a0hls4mq4l"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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