z572 pushed a commit to branch qt-team
in repository guix.
commit b7960c0570da43b45b2565475ce7448de3aa2927
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon May 5 17:57:35 2025 +0800
gnu: kscreenlocker: Update to 6.3.4.
* gnu/packages/kde-plasma.scm (kscreenlocker): Update to 6.3.4.
Change-Id: Ie7c115df63899902340118789c91b615d9c55ef1
---
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 b7415fb61d..2d57945fd7 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1086,14 +1086,14 @@ an elegant and intuitive experience for your tasks and
plasmoids.")
(define-public kscreenlocker
(package
(name "kscreenlocker")
- (version "6.1.4")
+ (version "6.3.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/kscreenlocker-" version ".tar.xz"))
(sha256
(base32
- "0wzb79dwhwizlzvnjd62a2kdbbcrc2s36nlg3z23wp9nvvl0miqx"))))
+ "0ip9q0j8cdg39b9idmpjbq3q8zjabazm3wjadfjl1m3xmhzyyrs6"))))
(build-system qt-build-system)
(arguments
(list #:tests? #f ;TODO: make tests pass