mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kscreenlocker: Update to 6.3.6.
* gnu/packages/kde-plasma.scm (kscreenlocker): Update to 6.3.6. Change-Id: I3b778392e57369f58e85d48c683202b70e10e066
This commit is contained in:
parent
d0a3b258b7
commit
aeacaa97eb
1 changed files with 2 additions and 2 deletions
|
@ -1260,14 +1260,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.3.4")
|
(version "6.3.6")
|
||||||
(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
|
||||||
"0ip9q0j8cdg39b9idmpjbq3q8zjabazm3wjadfjl1m3xmhzyyrs6"))))
|
"00cmg1nzbacikak72vsib0jhgx2khlrnv1850922mi92v7lqvavs"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue