guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 6c2b0c114640a76ae31caa1a0ba2cf6e2782de94
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:59:32 2026 +0530
gnu: kongress: Update to 25.12.2.
* gnu/packages/kde-utils.scm (kongress): Update to 25.12.2.
Change-Id: I9f0086210b5555c652ce831edd58c16f4dfc5fc1
---
gnu/packages/kde-utils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index b14c974f51..e2b5a74085 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -894,14 +894,14 @@ It's features include:
(define-public kongress
(package
(name "kongress")
- (version "25.12.0")
+ (version "25.12.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version
"/src/kongress-" version ".tar.xz"))
(sha256
(base32
- "04rw413lsi4850pf51cvphyvlyjx3znmjfpkjb57a7hk7k21q54w"))))
+ "0dn021c3hf9b7gxwhjkyy08mh68dcksfpl57hq9196ksk12rykb4"))))
(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