mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: kscreenlocker: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (kscreenlocker): Update to 6.1.3. Change-Id: Ie0df9aa8be81aa72f43bac03887a563466263be9
This commit is contained in:
parent
e249feb6e2
commit
6ef5b51a40
1 changed files with 2 additions and 2 deletions
|
@ -1081,14 +1081,14 @@ (define-public layer-shell-qt
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue