gnu: lua: Update to 5.2.4.
* gnu/packages/lua.scm (lua): Update to 5.2.4.
This commit is contained in:
parent
a4349e7a00
commit
2cb33ef86e
|
@ -31,13 +31,13 @@
|
||||||
(define-public lua
|
(define-public lua
|
||||||
(package
|
(package
|
||||||
(name "lua")
|
(name "lua")
|
||||||
(version "5.2.3")
|
(version "5.2.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.lua.org/ftp/lua-"
|
(uri (string-append "http://www.lua.org/ftp/lua-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0b8034v1s82n4dg5rzcn12067ha3nxaylp2vdp8gg08kjsbzphhk"))
|
(base32 "0jwznq0l8qg9wh5grwg07b5cy3lzngvl5m2nl1ikp6vqssmf9qmr"))
|
||||||
(patches (search-patches "lua-pkgconfig.patch"
|
(patches (search-patches "lua-pkgconfig.patch"
|
||||||
"lua52-liblua-so.patch"))))
|
"lua52-liblua-so.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in New Issue