~ruther/guix-local

9f119a5aa20996b22516b5d6b205bd6a9f231943 — Zheng Junjie 9 months ago 03ab3ab
gnu: kscreenlocker: Update to 6.4.3.

* gnu/packages/kde-plasma.scm (kscreenlocker): Update to 6.4.3.

Change-Id: Ic2a146cad2b2c240f8cd832641db7a0a783c499e
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-plasma.scm
M gnu/packages/kde-plasma.scm => gnu/packages/kde-plasma.scm +2 -2
@@ 1178,14 1178,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