me
/
guix
Archived
1
0
Fork 0

gnu: knotifyconfig: Update to 5.108.0.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Zheng Junjie 2023-07-13 22:46:47 +08:00 committed by 宋文武
parent 039b976c39
commit 21511cf5a2
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -2816,7 +2816,7 @@ specification.")
(define-public knotifyconfig
(package
(name "knotifyconfig")
(version "5.98.0")
(version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2825,7 +2825,7 @@ specification.")
name "-" version ".tar.xz"))
(sha256
(base32
"1qlmgr5rifygp8zk8qfjwm6k72kfyj8x6hvqwy2a59lfi3wgbm07"))))
"1dby6ycqicsij9ngyk6ab7v14ybnsmxd51fkcy25k4c326w6yyca"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))