guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 635e0ca4bf8cb364ec6da6321edd3dd32a4320d9
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:53 2025 +0800
gnu: kongress: Update to 24.12.1.
* gnu/packages/kde-plasma.scm (kongress): Update to 24.12.1.
[inputs]: Add kirigami-addons, kcrash, and kosmindoormap.
Change-Id: I5dcd63a113aca9137ad36c556570a64352638398
---
gnu/packages/kde-plasma.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index ba02b384c5..e0023e8a40 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -858,19 +858,21 @@ computer's hardware.")
(define-public kongress
(package
(name "kongress")
- (version "24.05.2")
+ (version "24.12.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version
"/src/kongress-" version ".tar.xz"))
(sha256
(base32
- "1bg7fsa4va59cg84r9vjiycl7g4b130m6m6sis9pc6w44jkcbjg2"))))
+ "06xhlr39wglnis9nbxgvkp5sz74g5hms0cahlvm8pmphvd5aygnv"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules python-minimal))
;; NOTE: Reporting bugs is linked to web browser, better not link it and
let
;; it reslove through xdg-open in the run time
(inputs (list kirigami
+ kirigami-addons
+ kcrash
kdbusaddons
ki18n
kcalendarcore
@@ -880,6 +882,7 @@ computer's hardware.")
kcontacts
kitemmodels
knotifications
+ kosmindoormap
kxmlgui
kiconthemes
qtdeclarative