gnu: luakit: Update to 2.2.
* gnu/packages/web-browsers.scm (luakit): Update to 2.2.
This commit is contained in:
parent
336b6d3cfb
commit
3f0d94552f
1 changed files with 2 additions and 2 deletions
|
@ -215,7 +215,7 @@ (define-public links
|
|||
(define-public luakit
|
||||
(package
|
||||
(name "luakit")
|
||||
(version "2.1")
|
||||
(version "2.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -224,7 +224,7 @@ (define-public luakit
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qa90caxv1k6ak88fn0a7n7h0c4iv8szw6zn2axch8ig83i86az2"))))
|
||||
"0km5nxn6innzn8pfsvlkxvfj2z5g46fp6dy5bnmaklbn13mqlcrn"))))
|
||||
(inputs
|
||||
`(("lua-5.1" ,lua-5.1)
|
||||
("gtk+" ,gtk+)
|
||||
|
|
Loading…
Reference in a new issue