guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/10: gnu: luakit: Update to 2.1.


From: guix-commits
Subject: 08/10: gnu: luakit: Update to 2.1.
Date: Fri, 15 Feb 2019 19:01:52 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 37956778c9be61910ba1cdf3cd6b56cd785b22b6
Author: Raphaël Mélotte <address@hidden>
Date:   Fri Feb 1 12:28:06 2019 +0100

    gnu: luakit: Update to 2.1.
    
    * gnu/packages/web-browsers.scm (luakit): Update to 2.1.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 c9038ed..a19a0dc 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]