gnu: akregator: Update to 24.12.1.

* gnu/packages/kde.scm (akregator): Update to 24.12.1.
[inputs]: Add kiconthemes.

Change-Id: Ife766480bf3d86a8d5c5feb3b6436cd988abdc27
This commit is contained in:
Zheng Junjie 2025-01-10 11:52:04 +08:00
parent 3ec28d5339
commit bd1f5bbfc5
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -193,14 +193,14 @@ (define-public grantleetheme
(define-public akregator (define-public akregator
(package (package
(name "akregator") (name "akregator")
(version "24.05.2") (version "24.12.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version (uri (string-append "mirror://kde/stable/release-service/" version
"/src/akregator-" version ".tar.xz")) "/src/akregator-" version ".tar.xz"))
(sha256 (sha256
(base32 "07flc3617px9w1c729p0lsixf1g0h297hkbip259ykkbwxizn71q")))) (base32 "0gimz1k5yzkmpn4mq1dfvx3x5n6y7jmm74npy2mn3mdmi9lrg6hh"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (arguments
(list #:qtbase qtbase (list #:qtbase qtbase
@ -229,6 +229,7 @@ (define-public akregator
kcmutils kcmutils
kcontacts kcontacts
kcrash kcrash
kiconthemes
kimap kimap
kitemmodels kitemmodels
kmessagelib kmessagelib