guix-commits
[Top][All Lists]
Advanced

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

166/289: gnu: kongress: Update to 24.12.1.


From: guix-commits
Subject: 166/289: gnu: kongress: Update to 24.12.1.
Date: Mon, 27 Jan 2025 07:31:52 -0500 (EST)

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

commit 2fa58df90f3d653226f3cf8fb6c32bac6353ef40
Author: Zheng Junjie <873216071@qq.com>
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 484f31c861..ddadd3f0eb 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -855,19 +855,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
@@ -877,6 +879,7 @@ computer's hardware.")
                   kcontacts
                   kitemmodels
                   knotifications
+                  kosmindoormap
                   kxmlgui
                   kiconthemes
                   qtdeclarative



reply via email to

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