summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-05-29 08:57:27 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-05-29 09:47:46 +0300
commit2cb33ef86e23854241fcade8342aca2fb48ce376 (patch)
treeaca1f882ed188a107aff705ee1e5aba074238a95
parenta4349e7a00c479bb7926cfb5efc78daacf7191b4 (diff)
gnu: lua: Update to 5.2.4.
* gnu/packages/lua.scm (lua): Update to 5.2.4.
-rw-r--r--gnu/packages/lua.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index f6993308997..abe657f644d 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -31,13 +31,13 @@
31(define-public lua 31(define-public lua
32 (package 32 (package
33 (name "lua") 33 (name "lua")
34 (version "5.2.3") 34 (version "5.2.4")
35 (source (origin 35 (source (origin
36 (method url-fetch) 36 (method url-fetch)
37 (uri (string-append "http://www.lua.org/ftp/lua-" 37 (uri (string-append "http://www.lua.org/ftp/lua-"
38 version ".tar.gz")) 38 version ".tar.gz"))
39 (sha256 39 (sha256
40 (base32 "0b8034v1s82n4dg5rzcn12067ha3nxaylp2vdp8gg08kjsbzphhk")) 40 (base32 "0jwznq0l8qg9wh5grwg07b5cy3lzngvl5m2nl1ikp6vqssmf9qmr"))
41 (patches (search-patches "lua-pkgconfig.patch" 41 (patches (search-patches "lua-pkgconfig.patch"
42 "lua52-liblua-so.patch")))) 42 "lua52-liblua-so.patch"))))
43 (build-system gnu-build-system) 43 (build-system gnu-build-system)