gnu: wayland-protocols: Update to 1.18.

* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.18.
This commit is contained in:
Rutger Helling 2019-08-29 15:40:43 +02:00
parent 65ff644e16
commit 5ceb1a3da6
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -582,7 +582,7 @@ (define-public wayland
(define-public wayland-protocols
(package
(name "wayland-protocols")
(version "1.17")
(version "1.18")
(source (origin
(method url-fetch)
(uri (string-append
@ -590,7 +590,7 @@ (define-public wayland-protocols
"wayland-protocols-" version ".tar.xz"))
(sha256
(base32
"0bw1sqixqk2a7mqw630cs4dlgcp5yib90vyikzm3lr05jz7ij4yz"))))
"1cvl93h83ymbfhb567jv5gzyq08181w7c46rsw4xqqqpcvkvfwrx"))))
(build-system gnu-build-system)
(inputs
`(("wayland" ,wayland)))