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

ieure pushed a commit to branch master
in repository guix.

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

commit 300d29e69988caf23684f08effa51f621c7ec083
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Sun May 11 11:51:38 2025 +0000

    gnu: weechat: Update to 4.6.3.
    
    * gnu/packages/irc.scm (weechat): Update to 4.6.3.
    
    Change-Id: Ibb7468c3e8c8c6c1089b3088e6eea9bdfee2eac0
    Signed-off-by: Ian Eure <[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 c5165caf2f..0a0791dfb5 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -375,7 +375,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "4.6.2")
+    (version "4.6.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -384,7 +384,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1qiz87ribpn69kn1zbdjc216wlc5cvfjbim3d6b22n0zvsqdrqqj"))))
+                "1g6zxz10lzdi4d1jx3kqjh064cq229cjyp7hhrdjsrfyaa59gam5"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs

Reply via email to