guix-commits
[Top][All Lists]
Advanced

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

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


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: weechat: Update to 2.0.1.
Date: Wed, 20 Dec 2017 21:18:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 91213c384b62bc422896d39005efa922e4fa75f2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Dec 21 02:40:30 2017 +0100

    gnu: weechat: Update to 2.0.1.
    
    * gnu/packages/irc.scm (weechat): Update to 2.0.1.
---
 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 fbcc0b6..0e0813c 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 "2.0")
+    (version "2.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1ix2izrlr5jx5vl49kz9jbib7cq9mr6i7iyxkcz6xjfrryx2s5x9"))
+                "1l854dramvn9vfba7jpazkjwm4k4i5pshq58vjv6z2mxmcp5hhv9"))
               (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]