guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 84bcf24ac956c733bc1aceab6d73165bb6e3fb61
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:54 2025 +0800
gnu: kscreenlocker: Update to 6.2.5.
* gnu/packages/kde-plasma.scm (kscreenlocker): Update to 6.2.5.
Change-Id: I7430e8b7b42f3f5264c05fdb386cda38103a7aca
---
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 2101e46ea8..8ff66f4ffe 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1112,14 +1112,14 @@ an elegant and intuitive experience for your tasks and
plasmoids.")
(define-public kscreenlocker
(package
(name "kscreenlocker")
- (version "6.1.4")
+ (version "6.2.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/kscreenlocker-" version ".tar.xz"))
(sha256
(base32
- "0wzb79dwhwizlzvnjd62a2kdbbcrc2s36nlg3z23wp9nvvl0miqx"))))
+ "0klficp9is0nmx22rrslr9m188j0dhmdsp7j1jlc4k9r838d4gis"))))
(build-system qt-build-system)
(arguments
(list #:tests? #f ;TODO: make tests pass