mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: kscreenlocker: Update to 6.5.0.
* gnu/packages/kde-plasma.scm (kscreenlocker): Update to 6.5.0. Change-Id: I18821b8a9c4e6e2867b954b3d352d3f8e2972c7d
This commit is contained in:
@@ -1236,14 +1236,14 @@ the running system.")
|
||||
(define-public kscreenlocker
|
||||
(package
|
||||
(name "kscreenlocker")
|
||||
(version "6.4.5")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/kscreenlocker-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0389ny32hz8ypdla1m7gbp8p26a7iz185sqgx439pjv37pazki7s"))))
|
||||
"0ay35snrgyrb9ssqk36jh3x5mxjxj5vaw24vkvh8cz746d57vi0f"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;TODO: make tests pass
|
||||
|
||||
Reference in New Issue
Block a user