guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: luakit: Update to 2.2.


From: guix-commits
Subject: 02/06: gnu: luakit: Update to 2.2.
Date: Wed, 12 Aug 2020 18:18:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3f0d94552ffdeb919867d8e0fb9c2021eac9dcf6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 12 23:26:22 2020 +0200

    gnu: luakit: Update to 2.2.
    
    * gnu/packages/web-browsers.scm (luakit): Update to 2.2.
---
 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 cb249db..e7a62dd 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+)



reply via email to

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