guix-commits
[Top][All Lists]
Advanced

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

09/181: gnu: egl-wayland: Update to 1.1.10.


From: guix-commits
Subject: 09/181: gnu: egl-wayland: Update to 1.1.10.
Date: Tue, 13 Sep 2022 02:25:01 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 8ec901a885f9541e0b62da280426d094f75d49ac
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Aug 22 21:17:50 2022 -0400

    gnu: egl-wayland: Update to 1.1.10.
    
    * gnu/packages/xorg.scm (egl-wayland): Update to 1.1.10.
---
 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 ed06cb3925..61eae0554a 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.9")
+    (version "1.1.10")
     (source
      (origin
        (method git-fetch)
@@ -5340,7 +5340,7 @@ application-facing EGL functions.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1iz86cpc4v7izckrcslllnw0vvvgsxg1sr65yb8s9d0f8xa8djdd"))))
+        (base32 "13hdczhsicp4bfkcjg2npslwjaqrajjv867gxjnmvk77scr09dvm"))))
     (build-system meson-build-system)
     (native-inputs
      (list libglvnd ;needed for headers



reply via email to

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