gnu: wayland-protocols: Update to 1.23.
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.23. [build-system]: Switch to MESON-BUILD-SYSTEM.master
parent
ff01706675
commit
c334a6603c
|
@ -1040,7 +1040,7 @@ fullscreen) or other display servers.")
|
||||||
(define-public wayland-protocols
|
(define-public wayland-protocols
|
||||||
(package
|
(package
|
||||||
(name "wayland-protocols")
|
(name "wayland-protocols")
|
||||||
(version "1.20")
|
(version "1.23")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1048,8 +1048,8 @@ fullscreen) or other display servers.")
|
||||||
"wayland-protocols-" version ".tar.xz"))
|
"wayland-protocols-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rsdgvkkvxs3cjhpl6agvbkm53vm7k8rg127j9y2vn33m2hvg0lp"))))
|
"0xizccackgwszjhlq7jjiv2z2gwppljx0w32ga91bxlnby8z22kc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("wayland" ,wayland)))
|
`(("wayland" ,wayland)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue