gnu: kscreenlocker: Update to 5.15.1.

* gnu/packages/kde-plasma.scm (kscreenlocker): Update to 5.15.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-24 19:42:23 +01:00
parent c31f2d01d4
commit 3b6cfb427d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -66,14 +66,14 @@ (define-public kdecoration
(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