guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: weechat: Update to 1.6.


From: Leo Famulari
Subject: 01/01: gnu: weechat: Update to 1.6.
Date: Sun, 23 Oct 2016 21:10:27 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 2dfa90721d71b373d85498b6e11d50ba19623b0c
Author: ng0 <address@hidden>
Date:   Sun Oct 23 16:14:53 2016 +0000

    gnu: weechat: Update to 1.6.
    
    * gnu/packages/irc.scm (weechat): Update to 1.6.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/irc.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index db398de..bda56f9 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2014 Kevin Lemonnier <address@hidden>
 ;;; Copyright © 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015, 2016 Efraim Flashner <address@hidden>
-;;; Copyright © 2016 ng0 <address@hidden>
+;;; Copyright © 2016 ng0 <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -139,14 +139,14 @@ SILC and ICB protocols via plugins.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "1.5")
+    (version "1.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://weechat.org/files/src/weechat-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0w87w4wy61x705ama8h36z9mgdj2gmmzdfrsxvwyh2m2as2max1i"))
+                "0lyqrymdjdvkzg8510l46c4zw8mjagnmri2i6m9y9qz0c1sfaq9h"))
               (patches (search-patches "weechat-python.patch"))))
     (build-system gnu-build-system)
     (native-inputs `(("autoconf" ,autoconf)



reply via email to

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