gnu: wayland-protocols: Update to 1.20.

* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.20.
This commit is contained in:
Marius Bakke 2020-07-24 22:39:32 +02:00
parent 05cf7180be
commit c72283510c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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