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 f1a03fa302 gnu: weechat: Update to 4.9.5 [security-fixes].
f1a03fa302 is described below

commit f1a03fa3029e4eeb07045d05154bc054497f6ed1
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Sun Jul 26 23:11:21 2026 +0200

    gnu: weechat: Update to 4.9.5 [security-fixes].
    
    This update fixes GHSA-rfmh-3r7f-jpx5, GHSA-q2xg-9ggx-77mr,
    GHSA-hx59-4hq9-6vmw.
    
    * gnu/packages/irc.scm (weechat): Update to 4.9.5.
    
    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 c1b9a907d6..9e7fc78b4c 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -350,7 +350,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
 (define-public weechat
   (package
     (name "weechat")
-    (version "4.9.4")
+    (version "4.9.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -359,7 +359,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1bsiv99fmrcssfkdpf465ybj3ayp9fr13p7rysgxp9k813y6w28k"))))
+                "1b5940lvg69l3iyzl4ddwvcqd265k677v5ig8300dga0lky2sx4z"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs

Reply via email to