guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: luajit: Update to 2.0.4.


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

efraim pushed a commit to branch master
in repository guix.

commit 89deaf167af6ddb71c656c90f8a4d6e19feb4a47
Author: Efraim Flashner <address@hidden>
Date:   Sun May 29 09:12:47 2016 +0300

    gnu: luajit: Update to 2.0.4.
    
    * gnu/packages/lua.scm (luajit): Update to 2.0.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 abe657f..b4b5dee 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -85,13 +85,13 @@ for configuration, scripting, and rapid prototyping.")
 (define-public luajit
   (package
     (name "luajit")
-    (version "2.0.3")
+    (version "2.0.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://luajit.org/download/LuaJIT-";
                                   version ".tar.gz"))
               (sha256
-               (base32 "0ydxpqkmsn2c341j4r2v6r5r0ig3kbwv3i9jran3iv81s6r6rgjm"))
+               (base32 "0zc0y7p6nx1c0pp4nhgbdgjljpfxsb5kgwp4ysz22l1p2bms83v2"))
               (patches (search-patches "luajit-symlinks.patch"
                                        "luajit-no_ldconfig.patch"))))
     (build-system gnu-build-system)



reply via email to

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