summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2025-07-06 14:49:20 +0200
committerAndreas Enge <andreas@enge.fr>2025-08-04 12:44:24 +0200
commit6e275a7704a6ddf2e53b3e6074d95e6d149065de (patch)
tree41c7b9ae51a66b9a2efef542bde3d201f47b27f6 /gnu
parent45d412ead1ae774fa386124ae9bc9eac8e956de2 (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lua.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 7ebd79e6f66..7fb07cab0cb 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -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"))))))