gnu: wayland-protocols: Update to 1.17.

* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.17.
This commit is contained in:
Rutger Helling 2018-11-26 21:29:04 +01:00
parent fd06277448
commit 3a6372e05c
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

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