mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
3ec28d5339
commit
bd1f5bbfc5
1 changed files with 3 additions and 2 deletions
|
@ -193,14 +193,14 @@ (define-public grantleetheme
|
|||
(define-public akregator
|
||||
(package
|
||||
(name "akregator")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/akregator-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "07flc3617px9w1c729p0lsixf1g0h297hkbip259ykkbwxizn71q"))))
|
||||
(base32 "0gimz1k5yzkmpn4mq1dfvx3x5n6y7jmm74npy2mn3mdmi9lrg6hh"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
@ -229,6 +229,7 @@ (define-public akregator
|
|||
kcmutils
|
||||
kcontacts
|
||||
kcrash
|
||||
kiconthemes
|
||||
kimap
|
||||
kitemmodels
|
||||
kmessagelib
|
||||
|
|
Loading…
Reference in a new issue