guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/23: gnu: egl-wayland: Update to 1.1.13.


From: guix-commits
Subject: 17/23: gnu: egl-wayland: Update to 1.1.13.
Date: Mon, 5 Feb 2024 02:29:43 -0500 (EST)

hako pushed a commit to branch master
in repository guix.

commit 082cb392194e36e96fec1795e3c494c1992371e7
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Mon Jan 29 14:13:03 2024 +0800

    gnu: egl-wayland: Update to 1.1.13.
    
    * gnu/packages/xorg.scm (egl-wayland): Update to 1.1.13.
    
    Change-Id: I2ecc5776e80f3bcebcfbbcde34865692a8758845
---
 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 b7279d0633..e768cdb725 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5220,7 +5220,7 @@ application-facing EGL functions.")
 (define-public egl-wayland
   (package
     (name "egl-wayland")
-    (version "1.1.11")
+    (version "1.1.13")
     (source
      (origin
        (method git-fetch)
@@ -5229,7 +5229,7 @@ application-facing EGL functions.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11a3j2rjai2vsway9ki5y3ncvhrwd300pz2zcq36mq3brbr1vgf5"))))
+        (base32 "0irmvp8g2wn18q6k3vcmg4a57q4ddmqccv3g7hbysqnsdsps63rl"))))
     (build-system meson-build-system)
     (native-inputs
      (cons* libglvnd ;needed for headers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]