summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2025-12-14 19:26:29 +0530
committerSughosha <sughosha@disroot.org>2026-01-30 20:53:13 +0530
commita18fcf4718d29c3bdbee6711e992d6d89fd5d318 (patch)
treeb4094f7fbce12c18c3cb7ac25bd7628010b42040
parent5e9be8f48154926d0526ee2b839ad844d917cad2 (diff)
gnu: falkon: Update to 25.12.0.
* gnu/packages/kde-internet.scm (falkon): Update to 25.12.0. Change-Id: I27c419de5bd2370c7e5572756f2953becb9f9857
-rw-r--r--gnu/packages/kde-internet.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index ce2a1e2c826..d1e20b4fc53 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
151(define-public falkon 151(define-public falkon
152 (package 152 (package
153 (name "falkon") 153 (name "falkon")
154 (version "25.08.3") 154 (version "25.12.0")
155 (source 155 (source
156 (origin 156 (origin
157 (method url-fetch) 157 (method url-fetch)
@@ -159,7 +159,7 @@ framework. It builds XMPP clients complying with the XMPP Compliance Suites
159 "/src/falkon-" version ".tar.xz")) 159 "/src/falkon-" version ".tar.xz"))
160 (sha256 160 (sha256
161 (base32 161 (base32
162 "0ag140vn8jlwr5b3282gwjfk0xaqp6psbr71i15zb2q28a52s98n")))) 162 "0nd9nywi42cr9a9zwksbp5zwv20jpjwppv9n0xbh83fy3fx4v6vd"))))
163 (build-system qt-build-system) 163 (build-system qt-build-system)
164 (arguments 164 (arguments
165 (list #:qtbase qtbase)) 165 (list #:qtbase qtbase))