gnu: kwindowsystem: Update to 5.114.0.

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

Change-Id: I23c66be3d7add7c05c87f518e330ad95eb524ea0
This commit is contained in:
Maxim Cournoyer 2024-01-18 11:33:14 -05:00
parent f44ee6fc63
commit 4c2b0e1eaf
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1207,7 +1207,7 @@ (define-public kwidgetsaddons
(define-public kwindowsystem (define-public kwindowsystem
(package (package
(name "kwindowsystem") (name "kwindowsystem")
(version "5.108.0") (version "5.114.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1216,7 +1216,7 @@ (define-public kwindowsystem
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0112cgy09qw069v1lzaz6rp84p128mq3xqp3xink398xhp3nrkqd")))) "03xbsf1pmswd2kpn3pdszp4vndclsh7j02fp22npxaxllmfr4va9"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules (list extra-cmake-modules