gnu: wayland-protocols: Update to 1.20.
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.20.
This commit is contained in:
parent
05cf7180be
commit
c72283510c
1 changed files with 2 additions and 2 deletions
|
@ -673,7 +673,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.18")
|
(version "1.20")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -681,7 +681,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
|
||||||
"1cvl93h83ymbfhb567jv5gzyq08181w7c46rsw4xqqqpcvkvfwrx"))))
|
"1rsdgvkkvxs3cjhpl6agvbkm53vm7k8rg127j9y2vn33m2hvg0lp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("wayland" ,wayland)))
|
`(("wayland" ,wayland)))
|
||||||
|
|
Reference in a new issue