guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 87215d49fc8fa1376a339448a89e5b84042f571d
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Mon Jul 28 14:30:10 2025 +0800

    gnu: kscreenlocker: Update to 6.4.3.
    
    * gnu/packages/kde-plasma.scm (kscreenlocker): Update to 6.4.3.
    
    Change-Id: Ic2a146cad2b2c240f8cd832641db7a0a783c499e
---
 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 790056bb33..bffbee20b0 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1218,14 +1218,14 @@ the running system.")
 (define-public kscreenlocker
   (package
     (name "kscreenlocker")
-    (version "6.3.6")
+    (version "6.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/kscreenlocker-" version ".tar.xz"))
               (sha256
                (base32
-                "00cmg1nzbacikak72vsib0jhgx2khlrnv1850922mi92v7lqvavs"))))
+                "1hya3lns7rh5jykym2gxq3g33779krpj98lzlm65467x4r21fh9l"))))
     (build-system qt-build-system)
     (arguments
      (list #:tests? #f ;TODO: make tests pass

Reply via email to