gnu: kwayland: Update to 5.114.0.

* gnu/packages/kde-frameworks.scm (kwayland): Update to 5.114.0.

Change-Id: I252c9f6d26da9fc998b10e55499f78d9cb43b5a8
This commit is contained in:
Maxim Cournoyer 2024-01-18 11:33:14 -05:00
parent 63727439a5
commit 49304950a0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1121,7 +1121,7 @@ (define-public plasma-wayland-protocols
(define-public kwayland
(package
(name "kwayland")
(version "5.108.0")
(version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1130,7 +1130,7 @@ (define-public kwayland
name "-" version ".tar.xz"))
(sha256
(base32
"11xk1rzizmqb0haqkg24kdd54a3fdqrxr2kh056irbnksp9p8k03"))))
"1lzmlbv5vl656cigjj07hbc0gj6g1i2xqanvnhxj360109kzilf1"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))