mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: knotifyconfig: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (knotifyconfig): Update to 5.114.0. Change-Id: I83e98db9f4398ad3fcd223e057d0a875f8716480
This commit is contained in:
parent
0e8205f8ab
commit
e3f61bd2c3
1 changed files with 2 additions and 2 deletions
|
@ -2898,7 +2898,7 @@ (define-public knewstuff
|
|||
(define-public knotifyconfig
|
||||
(package
|
||||
(name "knotifyconfig")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2907,7 +2907,7 @@ (define-public knotifyconfig
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dby6ycqicsij9ngyk6ab7v14ybnsmxd51fkcy25k4c326w6yyca"))))
|
||||
"049n64qlr69zv1dc1dhgbsca37179hp06xfsxnhg97lblz3p3gds"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Loading…
Reference in a new issue