me
/
guix
Archived
1
0
Fork 0

gnu: kwayland-server: Update to 5.24.7.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Zheng Junjie 2023-07-15 14:59:01 +08:00 committed by 宋文武
parent 04aaa2562c
commit 913b0b10d6
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -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))