gnu: kcoreaddons: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kcoreaddons): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
53a0de3081
commit
acfa0bde84
1 changed files with 2 additions and 2 deletions
|
@ -619,7 +619,7 @@ propagate their changes to their respective configuration files.")
|
||||||
(define-public kcoreaddons
|
(define-public kcoreaddons
|
||||||
(package
|
(package
|
||||||
(name "kcoreaddons")
|
(name "kcoreaddons")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -628,7 +628,7 @@ propagate their changes to their respective configuration files.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lqmyxqsw7w1qgdgmax63v64cy7dwk7n4zi8k53xmrqjmd9jir52"))))
|
"0l8f59ijmcjvrpgysvrw2nmh3jqlzhlqxmgrvybipxpywams3cy8"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools-5 shared-mime-info))
|
(list extra-cmake-modules qttools-5 shared-mime-info))
|
||||||
|
|
Reference in a new issue