guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

255/255: gnu: kongress: Update to 24.08.3.


From: guix-commits
Subject: 255/255: gnu: kongress: Update to 24.08.3.
Date: Mon, 2 Dec 2024 09:32:57 -0500 (EST)

z572 pushed a commit to branch kde-team
in repository guix.

commit 8926ef872939bf634d55f14268b1b157a63e067c
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Dec 2 20:48:43 2024 +0800

    gnu: kongress: Update to 24.08.3.
    
    * gnu/packages/kde-plasma.scm (kongress): Update to 24.08.3.
    [inputs]: Add kirigami-addons and kosmindoormap.
    
    Change-Id: Idc032e6c8aff23f365d9a0d5f98e025c75d64f1a
---
 gnu/packages/kde-plasma.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index f807cf82f3..57ae7d999b 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -835,19 +835,20 @@ computer's hardware.")
 (define-public kongress
   (package
     (name "kongress")
-    (version "24.05.2")
+    (version "24.08.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/" 
version
                                   "/src/kongress-" version ".tar.xz"))
               (sha256
                (base32
-                "1bg7fsa4va59cg84r9vjiycl7g4b130m6m6sis9pc6w44jkcbjg2"))))
+                "1qk3bnqv1rp9fnjw5zzxnii90m63p370z0knbipvyc0sz7klbx27"))))
     (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
                   kdbusaddons
                   ki18n
                   kcalendarcore
@@ -857,6 +858,7 @@ computer's hardware.")
                   kcontacts
                   kitemmodels
                   knotifications
+                  kosmindoormap
                   kxmlgui
                   kiconthemes
                   qtdeclarative



reply via email to

[Prev in Thread] Current Thread [Next in Thread]