me
/
guix
Archived
1
0
Fork 0

gnu: kactivities-stats: Update to 5.114.0.

* gnu/packages/kde-frameworks.scm (kactivities-stats): Update to 5.114.0.

Change-Id: Ic5af449344df1ad2fe46c0f8277f685cfca1a3ce
master
Maxim Cournoyer 2024-01-18 11:33:23 -05:00
parent 8225e7f375
commit 7d3ad4a706
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

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