guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 4aceea3ff666cd257af45d16f65a82ab59b071e7
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:59:04 2026 +0530
gnu: falkon: Update to 25.12.2.
* gnu/packages/kde-internet.scm (falkon): Update to 25.12.2.
Change-Id: I8ecac58b12c2c352df2bbfae86ed198a86557a51
---
gnu/packages/kde-internet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index ae2237462d..47e5082afc 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -151,7 +151,7 @@ framework. It builds XMPP clients complying with the XMPP
Compliance Suites
(define-public falkon
(package
(name "falkon")
- (version "25.12.0")
+ (version "25.12.2")
(source
(origin
(method url-fetch)
@@ -159,7 +159,7 @@ framework. It builds XMPP clients complying with the XMPP
Compliance Suites
"/src/falkon-" version ".tar.xz"))
(sha256
(base32
- "0nd9nywi42cr9a9zwksbp5zwv20jpjwppv9n0xbh83fy3fx4v6vd"))))
+ "0k6avv70zgc5bs9g2g87db7lkda9fajw4z42yhawqgsn3fagv17w"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase))