guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: weechat: Update to 4.0.2.


From: guix-commits
Subject: 08/08: gnu: weechat: Update to 4.0.2.
Date: Fri, 28 Jul 2023 10:14:21 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit a11107a3b2964ad4ea1eb8a6e0f065937a112806
Author: fanquake <fanquake@gmail.com>
AuthorDate: Mon Jul 17 09:46:05 2023 +0100

    gnu: weechat: Update to 4.0.2.
    
    * gnu/packages/irc.scm (weechat): Update to 4.0.2.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 a498078593..03256241dd 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -198,14 +198,14 @@ Conferencing} and @acronym{ICB, Internet Citizen's 
Band}.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "4.0.0")
+    (version "4.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1ya0hacbyvhdy43hqrvphj3y7v6s312wbrsf2yns14ikbzhmxmsv"))))
+                "0g026j47140h8kqyh3l0367fq9194wdx8q7f4na0kj14s3h8wr0f"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs



reply via email to

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