me
/
guix
Archived
1
0
Fork 0

gnu: lua: Update to 5.4.6.

* gnu/packages/lua.scm (lua): Update to 5.4.6.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -119,13 +119,13 @@ for configuration, scripting, and rapid prototyping.")
(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"))))))