guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 67149fa7d17a53fd9101bcfe3b5149f3005440d8
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:17 2025 +0530
gnu: kscreenlocker: Update to 6.4.5.
* gnu/packages/kde-plasma.scm (kscreenlocker): Update to 6.4.5.
Change-Id: I10a637ab4e111b38d9d6301bbd566fd47cc3c96d
---
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 c101a8d0da..78859b1c6b 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1254,14 +1254,14 @@ the running system.")
(define-public kscreenlocker
(package
(name "kscreenlocker")
- (version "6.4.3")
+ (version "6.4.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/kscreenlocker-" version ".tar.xz"))
(sha256
(base32
- "1hya3lns7rh5jykym2gxq3g33779krpj98lzlm65467x4r21fh9l"))))
+ "0389ny32hz8ypdla1m7gbp8p26a7iz185sqgx439pjv37pazki7s"))))
(build-system qt-build-system)
(arguments
(list #:tests? #f ;TODO: make tests pass