diff options
| author | Sughosha <sughosha@disroot.org> | 2025-12-14 19:26:29 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-01-30 20:53:13 +0530 |
| commit | a18fcf4718d29c3bdbee6711e992d6d89fd5d318 (patch) | |
| tree | b4094f7fbce12c18c3cb7ac25bd7628010b42040 /gnu | |
| parent | 5e9be8f48154926d0526ee2b839ad844d917cad2 (diff) | |
gnu: falkon: Update to 25.12.0.
* gnu/packages/kde-internet.scm (falkon): Update to 25.12.0.
Change-Id: I27c419de5bd2370c7e5572756f2953becb9f9857
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/kde-internet.scm | 4 |
1 files 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)) |
