1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: kscreenlocker: Update to 6.2.5.

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

Change-Id: I7430e8b7b42f3f5264c05fdb386cda38103a7aca
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:54 +08:00 committed by Zheng Junjie
parent 3d38c6cffe
commit e1fc25dee1
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1112,14 +1112,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.1.4") (version "6.2.5")
(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
"0wzb79dwhwizlzvnjd62a2kdbbcrc2s36nlg3z23wp9nvvl0miqx")))) "0klficp9is0nmx22rrslr9m188j0dhmdsp7j1jlc4k9r838d4gis"))))
(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