diff options
author | Franz Geffke <franz@pantherx.org> | 2024-01-27 15:06:06 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-01-27 15:06:06 +0000 |
commit | 75c4d8bfdfcaea65cfb7d3dd2c5e65141c2ab0b6 (patch) | |
tree | 4ca845afc41bd47824db74414f3349186fe580cf | |
parent | 8b275eaa72766e51ee0e8398a848409a46227a71 (diff) |
falkon: v23.08.4
-rw-r--r-- | px/packages/browser.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/px/packages/browser.scm b/px/packages/browser.scm index a08b57d..dbc3763 100644 --- a/px/packages/browser.scm +++ b/px/packages/browser.scm @@ -14,7 +14,8 @@ (define-public falkon (package (name "falkon") - (version "22.08.1") + ;; 24.01.90 requires min. extra-cmake-modules 5.240.0 + (version "23.08.4") (source (origin (method git-fetch) @@ -23,7 +24,7 @@ (commit (string-append "v" version)))) (file-name (string-append name "-" version "-checkout")) (sha256 - (base32 "12zrv4csbwl9x68v99bmwdz31qp0z7f8nwvr9cgc0iy27l0ay16l")))) + (base32 "1vnhdyvc0rzhg7cm1ixych45hwhss9w6855m7irs5j3lcf7zqr22")))) (build-system qt-build-system) (arguments `(#:tests? #f @@ -37,7 +38,8 @@ qtquickcontrols-5 qtwebchannel-5 qtx11extras - xcb-util)) + xcb-util + ki18n)) (propagated-inputs (list qtwebengine-5)) (home-page "https://falkon.org") (synopsis |