apteryx pushed a commit to branch master
in repository guix.

commit 59ce7ab95a036e9c6206cbc6f2a272fdc3f476e1
Author: Hilton Chain <[email protected]>
AuthorDate: Fri Oct 7 20:41:28 2022 +0800

    gnu: egl-wayland: Update to 1.1.11.
    
    * gnu/packages/xorg.scm (egl-wayland): Update to 1.1.11.
    
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 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 4cde48aa1b..e1df103666 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5331,7 +5331,7 @@ application-facing EGL functions.")
 (define-public egl-wayland
   (package
     (name "egl-wayland")
-    (version "1.1.10")
+    (version "1.1.11")
     (source
      (origin
        (method git-fetch)
@@ -5340,7 +5340,7 @@ application-facing EGL functions.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13hdczhsicp4bfkcjg2npslwjaqrajjv867gxjnmvk77scr09dvm"))))
+        (base32 "11a3j2rjai2vsway9ki5y3ncvhrwd300pz2zcq36mq3brbr1vgf5"))))
     (build-system meson-build-system)
     (native-inputs
      (list libglvnd ;needed for headers

Reply via email to