guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: lua: Update to 5.4.6.


From: guix-commits
Subject: 05/09: gnu: lua: Update to 5.4.6.
Date: Sun, 17 Sep 2023 16:15:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 02e7d6057624a8410ba473460b9fb33682b7af3d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200

    gnu: lua: Update to 5.4.6.
    
    * gnu/packages/lua.scm (lua): Update to 5.4.6.
---
 gnu/packages/lua.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 3b58952911..65cab6511c 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -119,13 +119,13 @@ for configuration, scripting, and rapid prototyping.")
 
 (define-public lua-5.4
   (package (inherit lua)
-           (version "5.4.3")
+           (version "5.4.6")
            (source (origin
                      (method url-fetch)
                      (uri (string-append "https://www.lua.org/ftp/lua-";
                                          version ".tar.gz"))
                      (sha256
-                      (base32 
"1yxvjvnbg4nyrdv10bq42gz6dr66pyan28lgzfygqfwy2rv24qgq"))
+                      (base32 
"125dncwz8syhxk034m4fpahq7vsprfnwdqfxlffbb83arfws2pkx"))
                      (patches (search-patches "lua-5.4-pkgconfig.patch"
                                               "lua-5.4-liblua-so.patch"))))))
 



reply via email to

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