guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: weechat: Update to 2.1.


From: Tobias Geerinckx-Rice
Subject: 04/04: gnu: weechat: Update to 2.1.
Date: Mon, 19 Mar 2018 17:27:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 901012356511eda3744703d81bbd08d863624219
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 19 22:06:24 2018 +0100

    gnu: weechat: Update to 2.1.
    
    * gnu/packages/irc.scm (weechat): Update to 2.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 bad27da..22ac3c6 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -155,14 +155,14 @@ SILC and ICB protocols via plugins.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "2.0.1")
+    (version "2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1l854dramvn9vfba7jpazkjwm4k4i5pshq58vjv6z2mxmcp5hhv9"))
+                "0f7d2vdbxc5kgjl7lkamnbxvidgxwa8f9j3nr9fd4gr4z0gzi86d"))
               (patches (search-patches "weechat-python.patch"))))
     (build-system cmake-build-system)
     (native-inputs



reply via email to

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