1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: kscreenlocker: Update to 6.5.5.

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

Change-Id: I7fa84b47e8b88bd28dc801ad074d4b7961ef3056
This commit is contained in:
Sughosha
2026-02-08 23:05:33 +05:30
committed by Andreas Enge
parent 227f5b5217
commit fd07c09112

View File

@@ -1266,14 +1266,14 @@ the running system.")
(define-public kscreenlocker
(package
(name "kscreenlocker")
(version "6.5.2")
(version "6.5.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/kscreenlocker-" version ".tar.xz"))
(sha256
(base32
"1dh41lfqik7pzqk7px6jmbv68pm9ny1mmp8d6x20qjlni158j2fh"))))
"0gpk2fsbg3s4mqizslhjlcr1cm79ylmpwyq4w6kx6assjag6838m"))))
(build-system qt-build-system)
(arguments
(list #:tests? #f ;TODO: make tests pass