1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-18 00:00:32 +02:00

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

View File

@@ -1040,7 +1040,7 @@ fullscreen) or other display servers.")
(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 @@ fullscreen) or other display servers.")
"wayland-protocols-" version ".tar.xz"))
(sha256
(base32
"1rsdgvkkvxs3cjhpl6agvbkm53vm7k8rg127j9y2vn33m2hvg0lp"))))
(build-system gnu-build-system)
"0xizccackgwszjhlq7jjiv2z2gwppljx0w32ga91bxlnby8z22kc"))))
(build-system meson-build-system)
(inputs
`(("wayland" ,wayland)))
(native-inputs