guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: weechat: Update to 3.5.


From: guix-commits
Subject: branch master updated: gnu: weechat: Update to 3.5.
Date: Wed, 30 Mar 2022 14:34:44 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ecb2603046 gnu: weechat: Update to 3.5.
ecb2603046 is described below

commit ecb2603046dfc745a84314ba5921e082a3a68e22
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 30 20:52:14 2022 +0300

    gnu: weechat: Update to 3.5.
    
    * gnu/packages/irc.scm (weechat): Update to 3.5.
    [inputs]: Add zstd:lib.
---
 gnu/packages/irc.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index dcfe8defff..37d58f5d6b 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -191,14 +191,14 @@ SILC and ICB protocols via plugins.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "3.4.1")
+    (version "3.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1rza39xiv24qkjfyw4waxlzhjdl2x9qdvcd6m44cpysxml4q223y"))))
+                "030p1264rrbr5sbyww85xq0cm5zzdmnpz89y9z90ppcfxi64x47a"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs
@@ -217,6 +217,7 @@ SILC and ICB protocols via plugins.")
            libgcrypt
            ncurses
            zlib
+           (list zstd "lib")
            ;; Scripting language plug-ins.
            guile-3.0
            lua-5.1



reply via email to

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