gnu: lua: Update to 5.4.6.

* gnu/packages/lua.scm (lua): Update to 5.4.6.
This commit is contained in:
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent 1d70205ad7
commit 02e7d60576
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -119,13 +119,13 @@ (define-public lua
(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"))))))