summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2025-07-28 14:30:10 +0800
committerZheng Junjie <z572@z572.online>2025-07-28 17:50:12 +0800
commit7add9d858838db540c13ac713a006e766eaac71d (patch)
tree506f1f9be71cab819ec0f22e4a06bfaca891ee60
parent1c5d1ddbe8fe55c0bae06112d6ba66da0753696a (diff)
gnu: kscreenlocker: Update to 6.4.3.
* gnu/packages/kde-plasma.scm (kscreenlocker): Update to 6.4.3. Change-Id: Ic2a146cad2b2c240f8cd832641db7a0a783c499e
-rw-r--r--gnu/packages/kde-plasma.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 586b452e0b..9106c6d346 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1115,14 +1115,14 @@ an elegant and intuitive experience for your tasks and plasmoids.")
(define-public kscreenlocker
(package
(name "kscreenlocker")
- (version "6.3.4")
+ (version "6.4.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/kscreenlocker-" version ".tar.xz"))
(sha256
(base32
- "0ip9q0j8cdg39b9idmpjbq3q8zjabazm3wjadfjl1m3xmhzyyrs6"))))
+ "1hya3lns7rh5jykym2gxq3g33779krpj98lzlm65467x4r21fh9l"))))
(build-system qt-build-system)
(arguments
(list #:tests? #f ;TODO: make tests pass