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>
master
Raphaël Mélotte 2019-02-01 12:28:06 +01:00 committed by Ludovic Courtès
parent f7a25b50eb
commit 37956778c9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -144,14 +144,14 @@ features including, tables, builtin image display, bookmarks, SSL and more.")
(define-public luakit
(package
(name "luakit")
(version "2017.08.10")
(version "2.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/luakit/luakit/archive/" version
".tar.gz"))
(sha256
(base32
"0dwxhnq90whakgdg21lzcf03n2g1c7hqgliwhav8av5na5mqpn93"))
"09kgsm2w2xa4xwylsi0bwjvdl9k6hkyjyyrq2i3l8bvi2qrs5gzc"))
(file-name (string-append name "-" version ".tar.gz"))))
(inputs
`(("lua-5.1" ,lua-5.1)