gnu: wayland-protocols: Update to 1.9.
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.9.
This commit is contained in:
parent
a708fea406
commit
851ff8a5c5
|
@ -393,7 +393,7 @@ applications, X servers (rootless or fullscreen) or other display servers.")
|
||||||
(define-public wayland-protocols
|
(define-public wayland-protocols
|
||||||
(package
|
(package
|
||||||
(name "wayland-protocols")
|
(name "wayland-protocols")
|
||||||
(version "1.7")
|
(version "1.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -401,7 +401,7 @@ applications, X servers (rootless or fullscreen) or other display servers.")
|
||||||
"wayland-protocols-" version ".tar.xz"))
|
"wayland-protocols-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07qw166s6bm81zfnhf4lmww6wj0il960fm3vp7n1z3rign9jlpv3"))))
|
"0xag2yci0l13brmq2k12vdv0wlnb2j0rxk2cnp170fya63g74sv6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("wayland" ,wayland)))
|
`(("wayland" ,wayland)))
|
||||||
|
|
Loading…
Reference in New Issue