guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 4c0189073b686e5b45c8d412ff10654dcaf9cfb4
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 14:41:05 2025 +0530
gnu: kscreenlocker: Update to 6.5.4.
* gnu/packages/kde-plasma.scm (kscreenlocker): Update to 6.5.4.
Change-Id: Ia8f6c146f23794babcb223717ed03b5151ec816f
---
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 12f89d435d..e614efcb79 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1265,14 +1265,14 @@ the running system.")
(define-public kscreenlocker
(package
(name "kscreenlocker")
- (version "6.5.2")
+ (version "6.5.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/kscreenlocker-" version ".tar.xz"))
(sha256
(base32
- "1dh41lfqik7pzqk7px6jmbv68pm9ny1mmp8d6x20qjlni158j2fh"))))
+ "169qcb460jsk7jh29y6zafcqj0ib7kfdwcd6s3sm8sj8dfl22027"))))
(build-system qt-build-system)
(arguments
(list #:tests? #f ;TODO: make tests pass