guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

280/347: gnu: kscreenlocker: Update to 6.1.1.


From: guix-commits
Subject: 280/347: gnu: kscreenlocker: Update to 6.1.1.
Date: Fri, 28 Jun 2024 09:59:14 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit e12f3e9fc7067a0a98e4c73a063240f08dfb8c25
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 01:48:25 2024 +0800

    gnu: kscreenlocker: Update to 6.1.1.
    
    * gnu/packages/kde-plasma.scm (kscreenlocker): Update to 6.1.1.
    
    Change-Id: If1c4722dd4e91ca8ffc38aed062b9a7ce910ef98
---
 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 87ebe18b90..090f2eae88 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1025,14 +1025,14 @@ an elegant and intuitive experience for your tasks and 
plasmoids.")
 (define-public kscreenlocker
   (package
     (name "kscreenlocker")
-    (version "6.0.4")
+    (version "6.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/kscreenlocker-" version ".tar.xz"))
               (sha256
                (base32
-                "1mgb5p1wfkq08cny3i8rfyarq6l5bhnamsxw5kf83w0d4rnsh61w"))))
+                "1abiqsawp60ih63m3bnmblva6p6capb7j9gcx9lkbm9pyw2kmmam"))))
     (build-system qt-build-system)
     (arguments
      (list #:tests? #f ;TODO: make tests pass



reply via email to

[Prev in Thread] Current Thread [Next in Thread]