gnu: wayland-protocols: Update to 1.29.

* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.29.
This commit is contained in:
Maxim Cournoyer 2022-11-18 16:06:07 -05:00
parent 59ddb74803
commit 33c6a8f2f6
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1094,7 +1094,7 @@ fullscreen) or other display servers.")
(define-public wayland-protocols (define-public wayland-protocols
(package (package
(name "wayland-protocols") (name "wayland-protocols")
(version "1.26") (version "1.29")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1102,7 +1102,7 @@ fullscreen) or other display servers.")
"wayland-protocols-" version ".tar.xz")) "wayland-protocols-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"04vgllmpmrv14x3x64ns01vgwx4hriljayjkz9idgbv83i63hly5")))) "1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2"))))
(build-system meson-build-system) (build-system meson-build-system)
(inputs (inputs
(list wayland)) (list wayland))