guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: lua: Update to 5.2.4.


From: Efraim Flashner
Subject: 03/04: gnu: lua: Update to 5.2.4.
Date: Sun, 29 May 2016 06:48:08 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 2cb33ef86e23854241fcade8342aca2fb48ce376
Author: Efraim Flashner <address@hidden>
Date:   Sun May 29 08:57:27 2016 +0300

    gnu: lua: Update to 5.2.4.
    
    * gnu/packages/lua.scm (lua): Update to 5.2.4.
---
 gnu/packages/lua.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index f699330..abe657f 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -31,13 +31,13 @@
 (define-public lua
   (package
     (name "lua")
-    (version "5.2.3")
+    (version "5.2.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://www.lua.org/ftp/lua-";
                                  version ".tar.gz"))
              (sha256
-              (base32 "0b8034v1s82n4dg5rzcn12067ha3nxaylp2vdp8gg08kjsbzphhk"))
+              (base32 "0jwznq0l8qg9wh5grwg07b5cy3lzngvl5m2nl1ikp6vqssmf9qmr"))
              (patches (search-patches "lua-pkgconfig.patch"
                                       "lua52-liblua-so.patch"))))
     (build-system gnu-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]