guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit 3d35a6effb9b23eb3c646aa39596c3adc23ef091
Author: John Kehayias <[email protected]>
AuthorDate: Thu Sep 11 22:13:53 2025 -0400

    gnu: libx11: Update to 1.8.12.
    
    * gnu/packages/xorg.scm (libx11): Update to 1.8.12.
    
    Change-Id: I42986033bde1534e09a0f027c3599ed4142ff9c0
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 4243a68b7d..caceaf8dcf 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5760,7 +5760,7 @@ Wayland.")
 (define-public libx11
   (package
     (name "libx11")
-    (version "1.8.10")
+    (version "1.8.12")
     (source
      (origin
        (method url-fetch)
@@ -5768,7 +5768,7 @@ Wayland.")
                            version ".tar.xz"))
        (sha256
         (base32
-         "0lywvwsz92j7isglvw2227g3na4ghyspvsvblpf43ns7jfnksfrb"))))
+         "16lspc3bw2pg3jal7zyq6mxmxmmaax0fz6lgh1n4skqjn2dny0ps"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "doc"))                  ;8 MiB of man pages + XML

Reply via email to