mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: egl-wayland: Update to 1.1.11.
* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.11. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
c9d955d51e
commit
59ce7ab95a
1 changed files with 2 additions and 2 deletions
|
@ -5331,7 +5331,7 @@ (define-public eglexternalplatform
|
||||||
(define-public egl-wayland
|
(define-public egl-wayland
|
||||||
(package
|
(package
|
||||||
(name "egl-wayland")
|
(name "egl-wayland")
|
||||||
(version "1.1.10")
|
(version "1.1.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5340,7 +5340,7 @@ (define-public egl-wayland
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13hdczhsicp4bfkcjg2npslwjaqrajjv867gxjnmvk77scr09dvm"))))
|
(base32 "11a3j2rjai2vsway9ki5y3ncvhrwd300pz2zcq36mq3brbr1vgf5"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list libglvnd ;needed for headers
|
(list libglvnd ;needed for headers
|
||||||
|
|
Loading…
Reference in a new issue