z572 pushed a commit to branch kde-team
in repository guix.
commit 8e0061791808ec3fe1e969322bafb717a08de8f5
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Aug 9 23:33:51 2024 +0800
gnu: kscreenlocker: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (kscreenlocker): Update to 6.1.4.
Change-Id: I012ca7c7b23a74566f08ea56a0d1c90d708ef5a6
---
gnu/packages/kde-plasma.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index bcd294ad2a..559caf527d 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1082,14 +1082,14 @@ an elegant and intuitive experience for your tasks and
plasmoids.")
(define-public kscreenlocker
(package
(name "kscreenlocker")
- (version "6.1.3")
+ (version "6.1.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/kscreenlocker-" version ".tar.xz"))
(sha256
(base32
- "0lz61kn9xp0afyb08f9ws4ayakwm5zdy0m57rcrsj4a1hq4hz762"))))
+ "0wzb79dwhwizlzvnjd62a2kdbbcrc2s36nlg3z23wp9nvvl0miqx"))))
(build-system qt-build-system)
(arguments
(list #:tests? #f ;TODO: make tests pass