Skip to content
Snippets Groups Projects
Unverified Commit 6094a65e authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: lua: Update to 5.3.5.

* gnu/packages/lua.scm (lua): Update to 5.3.5.
parent b24443bf
No related branches found
No related tags found
No related merge requests found
...@@ -48,13 +48,13 @@ (define-module (gnu packages lua) ...@@ -48,13 +48,13 @@ (define-module (gnu packages lua)
(define-public lua (define-public lua
(package (package
(name "lua") (name "lua")
(version "5.3.4") (version "5.3.5")
(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 "0320a8dg3aci4hxla380dx1ifkw8gj4gbw5c4dz41g1kh98sm0gn")) (base32 "1b2qn2rv96nmbm6zab4l877bd4zq7wpwm8drwjiy2ih4jqzysbhc"))
(patches (search-patches "lua-pkgconfig.patch" (patches (search-patches "lua-pkgconfig.patch"
"lua-liblua-so.patch")))) "lua-liblua-so.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment