diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-12 23:26:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-13 00:17:22 +0200 |
commit | 3f0d94552ffdeb919867d8e0fb9c2021eac9dcf6 (patch) | |
tree | 4ed41ff6d33e8ba1a6fb8066c823073797944cb2 | |
parent | 336b6d3cfb45a228dc9fc1a0c20b603c41960d8f (diff) | |
download | guix-3f0d94552ffdeb919867d8e0fb9c2021eac9dcf6.tar.gz |
gnu: luakit: Update to 2.2.
* gnu/packages/web-browsers.scm (luakit): Update to 2.2.
-rw-r--r-- | gnu/packages/web-browsers.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index cb249dbc48..e7a62ddb80 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -215,7 +215,7 @@ features including, tables, builtin image display, bookmarks, SSL and more.") (define-public luakit (package (name "luakit") - (version "2.1") + (version "2.2") (source (origin (method git-fetch) (uri (git-reference @@ -224,7 +224,7 @@ features including, tables, builtin image display, bookmarks, SSL and more.") (file-name (git-file-name name version)) (sha256 (base32 - "1qa90caxv1k6ak88fn0a7n7h0c4iv8szw6zn2axch8ig83i86az2")))) + "0km5nxn6innzn8pfsvlkxvfj2z5g46fp6dy5bnmaklbn13mqlcrn")))) (inputs `(("lua-5.1" ,lua-5.1) ("gtk+" ,gtk+) |