hako pushed a commit to branch master
in repository guix.

commit 5e82c33839b1c02a3db8ef22f7b52e10d97a2f78
Author: Hilton Chain <[email protected]>
AuthorDate: Fri Dec 13 21:13:38 2024 +0800

    gnu: egl-wayland: Update to 1.1.17.
    
    * gnu/packages/xorg.scm (egl-wayland): Update to 1.1.17.
    
    Change-Id: I202496a160ac825a86a07700b1dc2b75c9d8d87f
---
 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 f6f3b370ee..7d6b5dc46b 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5321,7 +5321,7 @@ application-facing EGL functions.")
 (define-public egl-wayland
   (package
     (name "egl-wayland")
-    (version "1.1.13")
+    (version "1.1.17")
     (source
      (origin
        (method git-fetch)
@@ -5330,7 +5330,7 @@ application-facing EGL functions.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0irmvp8g2wn18q6k3vcmg4a57q4ddmqccv3g7hbysqnsdsps63rl"))))
+        (base32 "1w0b53157ql5pp6hawqcy1c1c8lchk21gpc01p6lxgwvl3dgjn7y"))))
     (build-system meson-build-system)
     (native-inputs
      (cons* libglvnd ;needed for headers

Reply via email to