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

guix_mirror_bot pushed a commit to branch next-master
in repository guix.

The following commit(s) were added to refs/heads/next-master by this push:
     new f7643a61fd gnu: i3-wm: Update to 4.25.
f7643a61fd is described below

commit f7643a61fd351f53e52418cfed83795d2079ec91
Author: Mazin AlHaddad <[email protected]>
AuthorDate: Fri Dec 19 18:35:12 2025 +0000

    gnu: i3-wm: Update to 4.25.
    
    * gnu/packages/wm.scm (i3-wm): Update to 4.25.
    
    Merges guix/guix!4973
    
    Change-Id: Id0b3dd4cd74a4b663fc25f17103e81f11fb8e36a
    Signed-off-by: Cayetano Santos <[email protected]>
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index abc357995e..a877c5dcf5 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -647,14 +647,14 @@ commands would.")
 (define-public i3-wm
   (package
     (name "i3-wm")
-    (version "4.22")
+    (version "4.25")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://i3wm.org/downloads/i3-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0jrya4rhh46sivlmqaqc4n9abpp1yn1ajhi616gn75cxwl8rjqr8"))))
+                "0hiffrsvgi2fwibp8l7icxwsj1q5lg2h5lb44wj5cksan7wxxsvy"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to