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

commit 3cf10ba2b14efe437c59c3f29835c5e27825212d
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 06:08:07 2026 +0530

    gnu: falkon: Update to 26.04.1.
    
    * gnu/packages/kde-internet.scm (falkon): Update to 26.04.1.
    
    Change-Id: I75900dc39aa2cfc9791d73a8c6e788bdddb7541a
---
 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 e0a512affb..99d9ee3435 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -153,7 +153,7 @@ framework.  It builds XMPP clients complying with the XMPP 
Compliance Suites
 (define-public falkon
   (package
     (name "falkon")
-    (version "25.12.3")
+    (version "26.04.1")
     (source
      (origin
        (method url-fetch)
@@ -161,7 +161,7 @@ framework.  It builds XMPP clients complying with the XMPP 
Compliance Suites
                            "/src/falkon-" version ".tar.xz"))
        (sha256
         (base32
-         "1dbpaw0r9fc9ps85dd7s956fg5kdwcsi2lbbagwgyn2h6dbhky95"))))
+         "05fr4hzrcrymaxcfibim5p957nbi0ld3srvhqrf7vqnqnihykinl"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase))

Reply via email to