guix-commits
[Top][All Lists]
Advanced

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

14/16: gnu: weechat: Update to 4.0.4.


From: guix-commits
Subject: 14/16: gnu: weechat: Update to 4.0.4.
Date: Wed, 23 Aug 2023 06:58:35 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 403eb02dda2179925d0d9683acdc06d278b8f7ce
Author: Michael Ford <fanquake@gmail.com>
AuthorDate: Mon Aug 21 11:28:43 2023 +0100

    gnu: weechat: Update to 4.0.4.
    
    * gnu/packages/irc.scm (weechat): Update to 4.0.4.
    
    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 0a993fb0bf..9fc0943db1 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -264,14 +264,14 @@ Conferencing} and @acronym{ICB, Internet Citizen's 
Band}.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "4.0.2")
+    (version "4.0.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0g026j47140h8kqyh3l0367fq9194wdx8q7f4na0kj14s3h8wr0f"))))
+                "1xmnks152ixn0ycs0h6dzvir3vl1wkvxahg7hjdk785dnmwljpxf"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs



reply via email to

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