mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +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:
@@ -304,7 +304,7 @@ extended via Lua scripts. It is like an enhanced Lynx and Links.")
|
||||
(define-public luakit
|
||||
(package
|
||||
(name "luakit")
|
||||
(version "2.3.3")
|
||||
(version "2.4.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(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))
|
||||
(sha256
|
||||
(base32
|
||||
"19z6idmjz6y7xmjpqgw65mdfi65lyvy06819dj5bb7rad63v5542"))))
|
||||
"15l0xb8ddv9j8hlrd4d11brngpss77ih9f8m08jfc18ir4rb32y5"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
(list
|
||||
@@ -355,7 +355,7 @@ extended via Lua scripts. It is like an enhanced Lynx and Links.")
|
||||
lua5.1-filesystem
|
||||
luajit
|
||||
sqlite
|
||||
webkitgtk-with-libsoup2))
|
||||
webkitgtk-for-gtk3))
|
||||
(synopsis "Fast, lightweight, and simple browser based on WebKit")
|
||||
(description "Luakit is a fast, lightweight, and simple to use
|
||||
micro-browser framework extensible by Lua using the WebKit web content engine
|
||||
|
||||
Reference in New Issue
Block a user