z572 pushed a commit to branch master
in repository guix.

commit e6e70abe65850da0ae69428654375d367088ef5e
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Wed Jul 17 07:36:05 2024 +0200

    gnu: weechat: Update to 4.3.5.
    
    * gnu/packages/irc.scm (weechat): Update to 4.3.5.
    
    Change-Id: Ie3e856f2735b4d7817de3f15e613918d83fb92b6
    Signed-off-by: Zheng Junjie <[email protected]>
---
 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 72e91503c1..b42d751cbd 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -366,14 +366,14 @@ Conferencing} and @acronym{ICB, Internet Citizen's 
Band}.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "4.3.4")
+    (version "4.3.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0rvzp9sgv1hn5vx8b5ycb61ygl648srn5q3jgl5i56a65w15im6a"))))
+                "1qsbdg3c0787xs0vwbxsyylf5fvz4cazrzlnwj2mnp6s6b4c9nz6"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs

Reply via email to