guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ncmpcpp: Update to 0.8.1.


From: Leo Famulari
Subject: 01/01: gnu: ncmpcpp: Update to 0.8.1.
Date: Tue, 31 Oct 2017 18:23:14 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit bc8bd40e6ac082aa301065f80b06c9f203092ce3
Author: Leo Famulari <address@hidden>
Date:   Tue Oct 31 18:13:38 2017 -0400

    gnu: ncmpcpp: Update to 0.8.1.
    
    * gnu/packages/mpd.scm (ncmpcpp): Update to 0.8.1.
---
 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 d4c77c6..c305e45 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -195,7 +195,7 @@ terminal using ncurses.")
 (define-public ncmpcpp
   (package
     (name "ncmpcpp")
-    (version "0.8")
+    (version "0.8.1")
     (source (origin
               (method url-fetch)
               (uri
@@ -203,7 +203,7 @@ terminal using ncurses.")
                               version ".tar.bz2"))
               (sha256
                (base32
-                "0nj6ky805a55acj0w57sbn3vfmmkbqp97rhbi0q9848n10f2l3rg"))))
+                "1zw8d07b2bkssbsybg6jnmpq001w525viajrnz4jvfml3l55gyad"))))
     (build-system gnu-build-system)
     (inputs `(("libmpdclient" ,libmpdclient)
               ("boost"  ,boost)



reply via email to

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