mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: akregator: Update to 25.12.0.
* gnu/packages/kde-pim.scm (akregator): Update to 25.12.0. Change-Id: Ib0e6ef8774214c9378face9781b53786ab66fbe3
This commit is contained in:
parent
445d81a835
commit
2b0d4ac32d
1 changed files with 2 additions and 2 deletions
|
|
@ -582,14 +582,14 @@ PIM data into Akonadi for use in KDE PIM applications.")
|
|||
(define-public akregator
|
||||
(package
|
||||
(name "akregator")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/akregator-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "10qgkg0dbrnz493y6fihnzmp5lcq6ymfd5a3gmq6qdzg96lvnrqw"))))
|
||||
(base32 "17aishnjfl5bjn5ahs57v770lwccfvmcdll92gs55l63km9dwlkp"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue