mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
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>
This commit is contained in:
parent
039b976c39
commit
21511cf5a2
1 changed files with 2 additions and 2 deletions
|
@ -2816,7 +2816,7 @@ (define-public knewstuff
|
||||||
(define-public knotifyconfig
|
(define-public knotifyconfig
|
||||||
(package
|
(package
|
||||||
(name "knotifyconfig")
|
(name "knotifyconfig")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2825,7 +2825,7 @@ (define-public knotifyconfig
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qlmgr5rifygp8zk8qfjwm6k72kfyj8x6hvqwy2a59lfi3wgbm07"))))
|
"1dby6ycqicsij9ngyk6ab7v14ybnsmxd51fkcy25k4c326w6yyca"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
|
|
Loading…
Reference in a new issue