guix-commits
[Top][All Lists]
Advanced

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

08/19: gnu: luakit: Update to 2.3.3.


From: guix-commits
Subject: 08/19: gnu: luakit: Update to 2.3.3.
Date: Fri, 21 Apr 2023 04:56:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b833e481c69b0492b405bc52224b7f6bdc246fa1
Author: Raphaël Mélotte <raphael.melotte@mind.be>
AuthorDate: Tue Apr 18 13:54:42 2023 +0200

    gnu: luakit: Update to 2.3.3.
    
    * gnu/packages/web-browsers.scm (luakit): Update to 2.3.3
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 021daef173..6780ffd660 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -213,7 +213,7 @@ features including, tables, builtin image display, 
bookmarks, SSL and more.")
 (define-public luakit
   (package
     (name "luakit")
-    (version "2.3")
+    (version "2.3.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -222,7 +222,7 @@ features including, tables, builtin image display, 
bookmarks, SSL and more.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1khbn7dpizkznnwkw7rcfhf72dnd1nazk7dwb4rkh9i97b53mf1y"))))
+                "19z6idmjz6y7xmjpqgw65mdfi65lyvy06819dj5bb7rad63v5542"))))
     (inputs
      `(("lua-5.1" ,lua-5.1)
        ("gtk+" ,gtk+)



reply via email to

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