me
/
guix
Archived
1
0
Fork 0

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>
master
Zheng Junjie 2023-07-13 22:42:35 +08:00 committed by 宋文武
parent 2c194ab228
commit d5604dacb7
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -2134,7 +2134,7 @@ maintaining an index of the contents of your files.")
(define-public kactivities-stats
(package
(name "kactivities-stats")
(version "5.98.0")
(version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2143,7 +2143,7 @@ maintaining an index of the contents of your files.")
name "-" version ".tar.xz"))
(sha256
(base32
"0zvw3km1wf91wl9xbjvawjia0847kbs3js4nbf3d0z87l5h6rbx8"))))
"03vpangw2zl2577vhcn0w1pp2hv3jgna79b18wv7i13s78v8k6ny"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))