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

guix_mirror_bot pushed a commit to branch master
in repository guix.

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

commit d441bca884db881b67ac5992da451fe63a00d63c
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Sun Aug 17 00:03:19 2025 +0200

    gnu: weechat: Update to 4.7.1.
    
    * gnu/packages/irc.scm (weechat): Update to 4.7.1.
    
    Change-Id: I0815fd22cfdc3582156068792baeaaa6aaaf465e
    Signed-off-by: Andreas Enge <[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 0675213c26..257a376408 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -376,7 +376,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "4.7.0")
+    (version "4.7.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -385,7 +385,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0gcay97kg618yzy6vfn26s4ljbzf5fifkw5clmqpd0gy2kq83gfr"))))
+                "0is0ha02vs06f45cbv89gxkwmpcq2g3l4444309w487nikrp23i0"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs

Reply via email to