gnu: kscreenlocker: Update to 6.3.6.

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

Change-Id: I3b778392e57369f58e85d48c683202b70e10e066
This commit is contained in:
Maxim Cournoyer 2025-09-15 16:47:45 +09:00
parent d0a3b258b7
commit aeacaa97eb
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1260,14 +1260,14 @@ an elegant and intuitive experience for your tasks and plasmoids.")
(define-public kscreenlocker (define-public kscreenlocker
(package (package
(name "kscreenlocker") (name "kscreenlocker")
(version "6.3.4") (version "6.3.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version (uri (string-append "mirror://kde/stable/plasma/" version
"/kscreenlocker-" version ".tar.xz")) "/kscreenlocker-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0ip9q0j8cdg39b9idmpjbq3q8zjabazm3wjadfjl1m3xmhzyyrs6")))) "00cmg1nzbacikak72vsib0jhgx2khlrnv1850922mi92v7lqvavs"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (arguments
(list #:tests? #f ;TODO: make tests pass (list #:tests? #f ;TODO: make tests pass