mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: luakit: Update to 2.3.3.
* gnu/packages/web-browsers.scm (luakit): Update to 2.3.3 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
823b1567cb
commit
b833e481c6
1 changed files with 2 additions and 2 deletions
|
@ -213,7 +213,7 @@ (define-public links
|
||||||
(define-public luakit
|
(define-public luakit
|
||||||
(package
|
(package
|
||||||
(name "luakit")
|
(name "luakit")
|
||||||
(version "2.3")
|
(version "2.3.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -222,7 +222,7 @@ (define-public luakit
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1khbn7dpizkznnwkw7rcfhf72dnd1nazk7dwb4rkh9i97b53mf1y"))))
|
"19z6idmjz6y7xmjpqgw65mdfi65lyvy06819dj5bb7rad63v5542"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("lua-5.1" ,lua-5.1)
|
`(("lua-5.1" ,lua-5.1)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
|
|
Loading…
Reference in a new issue