mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kscreenlocker: Update to 6.3.4.
* gnu/packages/kde-plasma.scm (kscreenlocker): Update to 6.3.4. Change-Id: Ie7c115df63899902340118789c91b615d9c55ef1
This commit is contained in:
parent
7440119f3c
commit
bacbd9d0c9
1 changed files with 2 additions and 2 deletions
|
@ -1115,14 +1115,14 @@ an elegant and intuitive experience for your tasks and plasmoids.")
|
|||
(define-public kscreenlocker
|
||||
(package
|
||||
(name "kscreenlocker")
|
||||
(version "6.2.5")
|
||||
(version "6.3.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/kscreenlocker-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0klficp9is0nmx22rrslr9m188j0dhmdsp7j1jlc4k9r838d4gis"))))
|
||||
"0ip9q0j8cdg39b9idmpjbq3q8zjabazm3wjadfjl1m3xmhzyyrs6"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;TODO: make tests pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue