guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a18fcf4718d29c3bdbee6711e992d6d89fd5d318
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 19:26:29 2025 +0530
gnu: falkon: Update to 25.12.0.
* gnu/packages/kde-internet.scm (falkon): Update to 25.12.0.
Change-Id: I27c419de5bd2370c7e5572756f2953becb9f9857
---
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 ce2a1e2c82..d1e20b4fc5 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.08.3")
+ (version "25.12.0")
(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
- "0ag140vn8jlwr5b3282gwjfk0xaqp6psbr71i15zb2q28a52s98n"))))
+ "0nd9nywi42cr9a9zwksbp5zwv20jpjwppv9n0xbh83fy3fx4v6vd"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase))