gnu: kscreenlocker: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (kscreenlocker): Update to 6.1.3. Change-Id: Ie0df9aa8be81aa72f43bac03887a563466263be9master
parent
e249feb6e2
commit
6ef5b51a40
|
@ -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
|
||||||
|
|
Reference in New Issue