nckx pushed a commit to branch master
in repository guix.

commit 810c1853998d13e34caa16e049c5ffd5f73b4366
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jan 2 00:06:25 2021 +0100

    gnu: egl-wayland: Update to 1.1.6.
    
    * gnu/packages/graphics.scm (egl-wayland): Update to 1.1.6.
---
 gnu/packages/graphics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index def3dc6..5672339 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2016 Andreas Enge <[email protected]>
 ;;; Copyright © 2017 Manolis Fragkiskos Ragkousis <[email protected]>
 ;;; Copyright © 2017, 2018 Ben Woodcroft <[email protected]>
-;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2018 Mathieu Othacehe <[email protected]>
 ;;; Copyright © 2018 Alex Kost <[email protected]>
 ;;; Copyright © 2018 Kei Kebreau <[email protected]>
@@ -166,7 +166,7 @@ application-facing EGL functions.")
 (define-public egl-wayland
   (package
     (name "egl-wayland")
-    (version "1.1.5")
+    (version "1.1.6")
     (source
      (origin
        (method git-fetch)
@@ -177,7 +177,7 @@ application-facing EGL functions.")
        (file-name
         (git-file-name name version))
        (sha256
-        (base32 "09r6a69z75j3hb9751g3ap4gm1xn71aw3j7z0c7jns292cnaa76n"))))
+        (base32 "1n9lg8hpjgxlf7dpddkjhbslsfd0symla2wk6jjmnl9n9jv2gmzk"))))
     (build-system meson-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))

Reply via email to