1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 12:01:49 +02:00

gnu: luakit: Update to 2.4.0.

* gnu/packages/web-browsers.scm (luakit): Update to 2.4.0.
[inputs]: Remove webkitgtk-with-libsoup2; add webkitgtk-for-gtk3.

Change-Id: I3ae7599533a04c9e9a6a57d1ec610258091422e0
This commit is contained in:
Maxim Cournoyer
2026-03-23 00:28:15 +09:00
parent 8e7d9756bd
commit 0feebda830
+3 -3
View File
@@ -304,7 +304,7 @@ extended via Lua scripts. It is like an enhanced Lynx and Links.")
(define-public luakit (define-public luakit
(package (package
(name "luakit") (name "luakit")
(version "2.3.3") (version "2.4.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@@ -313,7 +313,7 @@ extended via Lua scripts. It is like an enhanced Lynx and Links.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"19z6idmjz6y7xmjpqgw65mdfi65lyvy06819dj5bb7rad63v5542")))) "15l0xb8ddv9j8hlrd4d11brngpss77ih9f8m08jfc18ir4rb32y5"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(arguments (arguments
(list (list
@@ -355,7 +355,7 @@ extended via Lua scripts. It is like an enhanced Lynx and Links.")
lua5.1-filesystem lua5.1-filesystem
luajit luajit
sqlite sqlite
webkitgtk-with-libsoup2)) webkitgtk-for-gtk3))
(synopsis "Fast, lightweight, and simple browser based on WebKit") (synopsis "Fast, lightweight, and simple browser based on WebKit")
(description "Luakit is a fast, lightweight, and simple to use (description "Luakit is a fast, lightweight, and simple to use
micro-browser framework extensible by Lua using the WebKit web content engine micro-browser framework extensible by Lua using the WebKit web content engine