iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 913b0b10d6d3350c55a513ed4238768b1c06424f
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 15 14:59:01 2023 +0800
gnu: kwayland-server: Update to 5.24.7.
* gnu/packages/kde-plasma.scm (kwayland-server): Update to 5.24.7.
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/kde-plasma.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 585a1df710..4b9bdb154e 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1036,7 +1036,7 @@ you login.")
(define-public kwayland-server
(package
(name "kwayland-server")
- (version "5.24.6")
+ (version "5.24.7")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1044,7 +1044,7 @@ you login.")
"/" name "-" version ".tar.xz"))
(sha256
(base32
- "1wwgb1p177g6vvyf4l5jisigwvy5756ray1x355mlp7bi1pfs664"))))
+ "0kgqldqaq0dxfh0nh705sq9ynndi996rwjzxhhdrvr5ag40zm480"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))