guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: weechat: Update to 1.7.


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: weechat: Update to 1.7.
Date: Sun, 15 Jan 2017 14:31:16 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 09cadc8e78858e2fc59ef34306b5672f3145b12a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jan 15 14:58:37 2017 +0100

    gnu: weechat: Update to 1.7.
    
    * gnu/packages/irc.scm (weechat): Update to 1.7.
---
 gnu/packages/irc.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 44e21af..82eb103 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -140,14 +140,14 @@ SILC and ICB protocols via plugins.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "1.6")
+    (version "1.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://weechat.org/files/src/weechat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1qqnb9bdi15l30378rnmhf26ndacwi5hmq5vpz4lfyihk17xnryn"))
+                "1crdwlxj5liik32svflfac0s87vm6p8xm208yndigzsbg8rli4sr"))
               (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]