gnu: kwayland-server: Update to 5.24.6.

* gnu/packages/kde-plasma.scm (kwayland-server): Update to 5.24.6.

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Petr Hodina 2022-09-25 11:03:10 +02:00 committed by Marius Bakke
parent a37c426854
commit 94c6b9068b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1036,7 +1036,7 @@ (define-public kwallet-pam
(define-public kwayland-server
(package
(name "kwayland-server")
(version "5.24.4")
(version "5.24.6")
(source (origin
(method url-fetch)
(uri (string-append
@ -1044,7 +1044,7 @@ (define-public kwayland-server
"/" name "-" version ".tar.xz"))
(sha256
(base32
"1279nqhy1qyz84dkn23rvzak8bg71hbrp09jlhv9mkjdb3bhnyfi"))))
"1wwgb1p177g6vvyf4l5jisigwvy5756ray1x355mlp7bi1pfs664"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))