guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: lua: Update to 5.3.4.


From: Marius Bakke
Subject: 02/02: gnu: lua: Update to 5.3.4.
Date: Thu, 9 Feb 2017 08:59:36 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 233a0c943736ed8958a16ca162afc174b0853cfe
Author: Marius Bakke <address@hidden>
Date:   Thu Feb 9 14:59:11 2017 +0100

    gnu: lua: Update to 5.3.4.
    
    * gnu/packages/lua.scm (lua): Update to 5.3.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 8bb9a40..5016732 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -43,13 +43,13 @@
 (define-public lua
   (package
     (name "lua")
-    (version "5.3.3")
+    (version "5.3.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.lua.org/ftp/lua-";
                                  version ".tar.gz"))
              (sha256
-              (base32 "18mcfbbmjyp8f2l9yy7n6dzk066nq6man0kpwly4bppphilc04si"))
+              (base32 "0320a8dg3aci4hxla380dx1ifkw8gj4gbw5c4dz41g1kh98sm0gn"))
              (patches (search-patches "lua-pkgconfig.patch"
                                       "lua-liblua-so.patch"))))
     (build-system gnu-build-system)



reply via email to

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