diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-02 00:06:25 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-02 18:54:27 +0100 |
commit | 810c1853998d13e34caa16e049c5ffd5f73b4366 (patch) | |
tree | 9b014bfbb4d77e0c738d84b9ec44b9f38082744a /gnu/packages | |
parent | 3b4bfe8dca503c30cbd4386feb0c034469da1c25 (diff) |
gnu: egl-wayland: Update to 1.1.6.
* gnu/packages/graphics.scm (egl-wayland): Update to 1.1.6.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/graphics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index def3dc6913..5672339496 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -7,7 +7,7 @@ ;;; Copyright © 2016 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2017 Manolis Fragkiskos Ragkousis <manolis837@gmail.com> ;;; Copyright © 2017, 2018 Ben Woodcroft <donttrustben@gmail.com> -;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com> ;;; Copyright © 2018 Alex Kost <alezost@gmail.com> ;;; Copyright © 2018 Kei Kebreau <kkebreau@posteo.net> @@ -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))) |