nckx pushed a commit to branch master
in repository guix.

commit 3b6cfb427dd269cb168bb567044591841d77c597
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Sun Feb 24 19:42:23 2019 +0100

    gnu: kscreenlocker: Update to 5.15.1.
    
    * gnu/packages/kde-plasma.scm (kscreenlocker): Update to 5.15.1.
---
 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 0c5270d..000d398 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -66,14 +66,14 @@ manager which re-parents a Client window to a window 
decoration frame.")
 (define-public kscreenlocker
   (package
     (name "kscreenlocker")
-    (version "5.15.0")
+    (version "5.15.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/kscreenlocker-" version ".tar.xz"))
               (sha256
                (base32
-                "1hgj2mzbbiqn52j3px2mzz6xzzpzr78q3bcai8ddc4gcl1xgs6yi"))))
+                "1jp2z1wjsd99is31igkfnscs55h755cmp86ppkj596fcxv1krymq"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases

Reply via email to