~ruther/guix-local

03ff55f7a489f636f9fca0b3ff96907db9ba8be0 — Sughosha 8 months ago ab05de5
gnu: kscreenlocker: Update to 6.4.5.

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

Change-Id: I10a637ab4e111b38d9d6301bbd566fd47cc3c96d
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
@@ 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