guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: weechat: Update to 4.4.2.


From: guix-commits
Subject: 06/13: gnu: weechat: Update to 4.4.2.
Date: Mon, 9 Sep 2024 06:49:00 -0400 (EDT)

z572 pushed a commit to branch master
in repository guix.

commit d3f695be20daf5ba5964a6c95573aa241fc8d304
Author: Ashish SHUKLA <ashish.is@lostca.se>
AuthorDate: Sun Sep 8 13:46:23 2024 +0000

    gnu: weechat: Update to 4.4.2.
    
    * gnu/packages/irc.scm (weechat): Update to 4.4.2.
    
    Change-Id: Ib7349dc8629645d29f58d7c78954dfd8c01c0543
    Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
 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 04f6e016d0..c1c35691cd 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -368,14 +368,14 @@ Conferencing} and @acronym{ICB, Internet Citizen's 
Band}.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "4.4.1")
+    (version "4.4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0v4k4rrp2a5zaxl86wnwffajv3b4fb9w70rsh42samra9k8hppp5"))))
+                "1v2d8fbk33skkjavwvxd7gq4w1ip43jhdq7ssjk07jjvkjd2ipyl"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs



reply via email to

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