GNU bug report logs -
#34278
[PATCH] gnu: luakit: Update to 2.1.
Previous Next
Reported by: raphael.melotte <at> posteo.net
Date: Fri, 1 Feb 2019 16:12:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From d67e9925b94b250bdcd6dcfc2b266858395862dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20M=C3=A9lotte?=
<raphael.melotte <at> posteo.net>
Date: Fri, 1 Feb 2019 12:28:06 +0100
Subject: [PATCH] gnu: luakit: Update to 2.1.
* gnu/packages/web-browsers.scm (luakit): Update to 2.1.
---
gnu/packages/web-browsers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web-browsers.scm
b/gnu/packages/web-browsers.scm
index c9038ed8c..a19a0dc7c 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -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)
--
2.20.1
This bug report was last modified 6 years and 95 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.