guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 2f579fc8603444029aed7eab5f07b8ee8b8d9520
Author: Sughosha <[email protected]>
AuthorDate: Fri Oct 10 13:55:18 2025 +0530
gnu: kongress: Update to 25.08.2.
* gnu/packages/kde-utils.scm (kongress): Update to 25.08.2.
Change-Id: I7097af66444ae0a8a4505fa98fc66d6d55feeaac
---
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 d38f8a0883..4875fef506 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -804,14 +804,14 @@ with support for QR scanning.")
(define-public kongress
(package
(name "kongress")
- (version "25.08.1")
+ (version "25.08.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version
"/src/kongress-" version ".tar.xz"))
(sha256
(base32
- "0q7p8aviwjwhcnsxd0qwr1rz2grdkvknfd7b3w7cscw6yvsx9az5"))))
+ "1mxn6m0r1yglvv34xahbvnyid79gfcwbrx3nc8hmgqiq7s838ahw"))))
(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