gnu: wayland-protocols: Update to 1.23.

* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.23.
[build-system]: Switch to MESON-BUILD-SYSTEM.
This commit is contained in:
Marius Bakke 2021-10-13 22:10:36 +02:00
parent ff01706675
commit c334a6603c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1040,7 +1040,7 @@ (define-public wayland
(define-public wayland-protocols
(package
(name "wayland-protocols")
(version "1.20")
(version "1.23")
(source (origin
(method url-fetch)
(uri (string-append
@ -1048,8 +1048,8 @@ (define-public wayland-protocols
"wayland-protocols-" version ".tar.xz"))
(sha256
(base32
"1rsdgvkkvxs3cjhpl6agvbkm53vm7k8rg127j9y2vn33m2hvg0lp"))))
(build-system gnu-build-system)
"0xizccackgwszjhlq7jjiv2z2gwppljx0w32ga91bxlnby8z22kc"))))
(build-system meson-build-system)
(inputs
`(("wayland" ,wayland)))
(native-inputs