guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: lua: Update to 5.3.5.


From: Marius Bakke
Subject: 01/01: gnu: lua: Update to 5.3.5.
Date: Tue, 10 Jul 2018 08:48:08 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 6094a65e272c1d001dbadecfc945f9d30f2a04bb
Author: Marius Bakke <address@hidden>
Date:   Tue Jul 10 14:13:40 2018 +0200

    gnu: lua: Update to 5.3.5.
    
    * gnu/packages/lua.scm (lua): Update to 5.3.5.
---
 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 82ea6e0..be77ac4 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -48,13 +48,13 @@
 (define-public lua
   (package
     (name "lua")
-    (version "5.3.4")
+    (version "5.3.5")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.lua.org/ftp/lua-";
                                  version ".tar.gz"))
              (sha256
-              (base32 "0320a8dg3aci4hxla380dx1ifkw8gj4gbw5c4dz41g1kh98sm0gn"))
+              (base32 "1b2qn2rv96nmbm6zab4l877bd4zq7wpwm8drwjiy2ih4jqzysbhc"))
              (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]