gnu: kscreenlocker: Update to 6.1.4.

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

Change-Id: I012ca7c7b23a74566f08ea56a0d1c90d708ef5a6
This commit is contained in:
Zheng Junjie 2024-08-09 23:33:51 +08:00
parent ed21c818f3
commit cb8a10ebc3
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1082,14 +1082,14 @@ (define-public layer-shell-qt
(define-public kscreenlocker (define-public kscreenlocker
(package (package
(name "kscreenlocker") (name "kscreenlocker")
(version "6.1.3") (version "6.1.4")
(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
"0lz61kn9xp0afyb08f9ws4ayakwm5zdy0m57rcrsj4a1hq4hz762")))) "0wzb79dwhwizlzvnjd62a2kdbbcrc2s36nlg3z23wp9nvvl0miqx"))))
(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