me
/
guix
Archived
1
0
Fork 0

gnu: libkscreen: Update to 5.25.4.

* gnu/packages/kde-plasma.scm (libkscreen): Update to 5.24.4.

Signed-off-by: Marius Bakke <marius@gnu.org>
Petr Hodina 2022-08-23 20:11:33 +02:00 committed by Marius Bakke
parent 2b2d28467c
commit 18de6150a7
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -255,14 +255,14 @@ call it if it is not associated to a terminal.")
(define-public libkscreen (define-public libkscreen
(package (package
(name "libkscreen") (name "libkscreen")
(version "5.25.3") (version "5.25.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version "/" (uri (string-append "mirror://kde/stable/plasma/" version "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "1mxkrk04wcyw4xbfiyxbp5iwnhqr10yk39zx5bbjd9zag0vdi7z5")))) (base32 "17ib0sgrhmmf3f8w3fni0825xz5581av5vnz8gca41vyf12css25"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules (list extra-cmake-modules