me
/
guix
Archived
1
0
Fork 0

gnu: kscreenlocker: Update to 6.1.3.

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

Change-Id: Ie0df9aa8be81aa72f43bac03887a563466263be9
master
Zheng Junjie 2024-07-20 19:10:26 +08:00
parent e249feb6e2
commit 6ef5b51a40
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -1081,14 +1081,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.2") (version "6.1.3")
(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
"1nk23jbi4n22hhffriqxx2845b4kfn676y910dv85c2b1mkipcxs")))) "0lz61kn9xp0afyb08f9ws4ayakwm5zdy0m57rcrsj4a1hq4hz762"))))
(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