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


From: Efraim Flashner
Subject: 01/01: gnu: weechat: Update to 1.5.
Date: Thu, 9 Jun 2016 18:54:35 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 4aecc79bd757b7bcbcbc68bfa8fd66a64c3c1f1e
Author: ng0 <address@hidden>
Date:   Thu Jun 9 16:01:54 2016 +0000

    gnu: weechat: Update to 1.5.
    
    * gnu/packages/irc.scm (weechat): Update to 1.5.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/irc.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 64edf65..def16c9 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -3,6 +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>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -134,14 +135,14 @@ SILC and ICB protocols via plugins.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "1.4")
+    (version "1.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://weechat.org/files/src/weechat-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "19apd3hav77v74j7flicai0843k7wrkr2fd3q2ayvzkgnbrrp1ai"))
+                "0w87w4wy61x705ama8h36z9mgdj2gmmzdfrsxvwyh2m2as2max1i"))
               (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]