gnu: kactivities-stats: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kactivities-stats): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
2c194ab228
commit
d5604dacb7
1 changed files with 2 additions and 2 deletions
|
@ -2134,7 +2134,7 @@ maintaining an index of the contents of your files.")
|
||||||
(define-public kactivities-stats
|
(define-public kactivities-stats
|
||||||
(package
|
(package
|
||||||
(name "kactivities-stats")
|
(name "kactivities-stats")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2143,7 +2143,7 @@ maintaining an index of the contents of your files.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zvw3km1wf91wl9xbjvawjia0847kbs3js4nbf3d0z87l5h6rbx8"))))
|
"03vpangw2zl2577vhcn0w1pp2hv3jgna79b18wv7i13s78v8k6ny"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
|
|
Reference in a new issue