me
/
guix
Archived
1
0
Fork 0

gnu: kidletime: Update to 5.108.0.

* gnu/packages/kde-frameworks.scm (kidletime): Update to 5.108.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Zheng Junjie 2023-07-12 12:56:39 +08:00 committed by 宋文武
parent cea5b64c26
commit d689fd0d24
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -857,7 +857,7 @@ translation scripting.")
(define-public kidletime
(package
(name "kidletime")
(version "5.98.0")
(version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -866,7 +866,7 @@ translation scripting.")
name "-" version ".tar.xz"))
(sha256
(base32
"1jdbjkishqnlzz1qrzyg92xnlsl7w89dmrh0zhzaj9bnr5a3icck"))))
"0cqb33xyqxh507332c30ja5anq99zj250b4sl6r6bn1z6j7yfzx7"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))