gnu: luakit: Update to 2.1.
* gnu/packages/web-browsers.scm (luakit): Update to 2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f7a25b50eb
commit
37956778c9
|
@ -144,14 +144,14 @@ features including, tables, builtin image display, bookmarks, SSL and more.")
|
||||||
(define-public luakit
|
(define-public luakit
|
||||||
(package
|
(package
|
||||||
(name "luakit")
|
(name "luakit")
|
||||||
(version "2017.08.10")
|
(version "2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/luakit/luakit/archive/" version
|
(uri (string-append "https://github.com/luakit/luakit/archive/" version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dwxhnq90whakgdg21lzcf03n2g1c7hqgliwhav8av5na5mqpn93"))
|
"09kgsm2w2xa4xwylsi0bwjvdl9k6hkyjyyrq2i3l8bvi2qrs5gzc"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (string-append name "-" version ".tar.gz"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("lua-5.1" ,lua-5.1)
|
`(("lua-5.1" ,lua-5.1)
|
||||||
|
|
Loading…
Reference in New Issue