mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lua: Update to 5.4.6.
* gnu/packages/lua.scm (lua): Update to 5.4.6.
This commit is contained in:
parent
1d70205ad7
commit
02e7d60576
1 changed files with 2 additions and 2 deletions
|
@ -119,13 +119,13 @@ 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.3")
|
(version "5.4.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(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 "1yxvjvnbg4nyrdv10bq42gz6dr66pyan28lgzfygqfwy2rv24qgq"))
|
(base32 "125dncwz8syhxk034m4fpahq7vsprfnwdqfxlffbb83arfws2pkx"))
|
||||||
(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