guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: weechat: Update to 2.8.


From: guix-commits
Subject: 01/03: gnu: weechat: Update to 2.8.
Date: Sun, 12 Apr 2020 15:20:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0b7a94cb1353406e7f76f68e9d60418bcd0460ae
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Apr 12 18:04:59 2020 +0200

    gnu: weechat: Update to 2.8.
    
    * gnu/packages/irc.scm (weechat): Update to 2.8.
---
 gnu/packages/irc.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index acaf25f..95b8123 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -170,14 +170,14 @@ SILC and ICB protocols via plugins.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "2.7.1")
+    (version "2.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0haw0c35mf4r47j24issc9caq0da3fy7gjfq3454fm3ap3n2yxcx"))))
+                "1301lrb3xnm9dcw3av82rkqjzqxxwwhrq0p6i37h6fxdxnas4gjm"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
@@ -193,7 +193,7 @@ SILC and ICB protocols via plugins.")
        ("zlib" ,zlib)
 
        ;; Scripting language plug-ins.
-       ("guile" ,guile-2.2)
+       ("guile" ,guile-3.0)
        ("lua" ,lua-5.1)
        ("perl" ,perl)
        ("python" ,python)



reply via email to

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