gnu: lua: Update to 5.4.8.

* gnu/packages/lua.scm (lua-5.4): Update to 5.4.8.

Change-Id: I49220f33d57f80905acfda1c607ff1b421e914c7
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Ashish SHUKLA 2025-07-06 14:49:20 +02:00 committed by Andreas Enge
parent 45d412ead1
commit 6e275a7704
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -134,7 +134,7 @@ for configuration, scripting, and rapid prototyping.")
(define-public lua-5.4
(package (inherit lua)
(version "5.4.6")
(version "5.4.8")
(arguments
(substitute-keyword-arguments (package-arguments lua)
((#:make-flags flags)
@ -145,7 +145,7 @@ for configuration, scripting, and rapid prototyping.")
(uri (string-append "https://www.lua.org/ftp/lua-"
version ".tar.gz"))
(sha256
(base32 "125dncwz8syhxk034m4fpahq7vsprfnwdqfxlffbb83arfws2pkx"))
(base32 "1bi90r9nzmqhjwhr8ysffhmhq30wxxcpqwmbxr33wyaf2npds62g"))
(patches (search-patches "lua-5.4-pkgconfig.patch"
"lua-5.4-liblua-so.patch"))))))