Archived
1
0
Fork 0

gnu: egl-wayland: Update to 1.1.6.

* gnu/packages/graphics.scm (egl-wayland): Update to 1.1.6.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-02 00:06:25 +01:00
parent 3b4bfe8dca
commit 810c185399
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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 © 20172021 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)))