guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: weechat: Update to 2.0.


From: Marius Bakke
Subject: 03/03: gnu: weechat: Update to 2.0.
Date: Sun, 3 Dec 2017 09:39:30 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 0a3b5bb3e143e06b2557878f4e6cb4dd74797518
Author: Marius Bakke <address@hidden>
Date:   Sun Dec 3 15:37:45 2017 +0100

    gnu: weechat: Update to 2.0.
    
    * gnu/packages/irc.scm (weechat): Update to 2.0.
---
 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 1e3bdeb..fbcc0b6 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -153,14 +153,14 @@ SILC and ICB protocols via plugins.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "1.9.1")
+    (version "2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1z92hprvgp128svfbr25x8j9kd114j9929bzbqasrcd92v31z6f2"))
+                "1ix2izrlr5jx5vl49kz9jbib7cq9mr6i7iyxkcz6xjfrryx2s5x9"))
               (patches (search-patches "weechat-python.patch"))))
     (build-system cmake-build-system)
     (native-inputs `(("gettext" ,gettext-minimal)



reply via email to

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