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

commit 59375d3233a56e76a2e86fc42bf5c537aa3a05bc
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon May 5 17:57:35 2025 +0800

    gnu: kscreenlocker: Update to 6.3.4.
    
    * gnu/packages/kde-plasma.scm (kscreenlocker): Update to 6.3.4.
    
    Change-Id: Ie7c115df63899902340118789c91b615d9c55ef1
---
 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 2c8b49e38f..c33c0f11bd 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.2.5")
+    (version "6.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/kscreenlocker-" version ".tar.xz"))
               (sha256
                (base32
-                "0klficp9is0nmx22rrslr9m188j0dhmdsp7j1jlc4k9r838d4gis"))))
+                "0ip9q0j8cdg39b9idmpjbq3q8zjabazm3wjadfjl1m3xmhzyyrs6"))))
     (build-system qt-build-system)
     (arguments
      (list #:tests? #f ;TODO: make tests pass

Reply via email to