mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
45d412ead1
commit
6e275a7704
1 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ for configuration, scripting, and rapid prototyping.")
|
||||||
|
|
||||||
(define-public lua-5.4
|
(define-public lua-5.4
|
||||||
(package (inherit lua)
|
(package (inherit lua)
|
||||||
(version "5.4.6")
|
(version "5.4.8")
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments lua)
|
(substitute-keyword-arguments (package-arguments lua)
|
||||||
((#:make-flags flags)
|
((#:make-flags flags)
|
||||||
|
@ -145,7 +145,7 @@ for configuration, scripting, and rapid prototyping.")
|
||||||
(uri (string-append "https://www.lua.org/ftp/lua-"
|
(uri (string-append "https://www.lua.org/ftp/lua-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "125dncwz8syhxk034m4fpahq7vsprfnwdqfxlffbb83arfws2pkx"))
|
(base32 "1bi90r9nzmqhjwhr8ysffhmhq30wxxcpqwmbxr33wyaf2npds62g"))
|
||||||
(patches (search-patches "lua-5.4-pkgconfig.patch"
|
(patches (search-patches "lua-5.4-pkgconfig.patch"
|
||||||
"lua-5.4-liblua-so.patch"))))))
|
"lua-5.4-liblua-so.patch"))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue