gnu: wayland-protocols: Update to 1.14.
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.14.
This commit is contained in:
parent
e0c9aed820
commit
68adf4a840
|
@ -468,7 +468,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.13")
|
(version "1.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -476,7 +476,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
|
||||||
"0f4gqvmz53q9d8h0ilhf4z773nb4vskzx11a3d1jycym120bqn07"))))
|
"1xknjcfhqvdi1s4iq4kk1q61fg2rar3g8q4vlqarpd324imqjj4n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("wayland" ,wayland)))
|
`(("wayland" ,wayland)))
|
||||||
|
|
Loading…
Reference in New Issue