unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Added Luajit 2.0.3
@ 2014-03-15 11:40 Raimon Grau
  2014-03-15 16:15 ` Andreas Enge
  0 siblings, 1 reply; 4+ messages in thread
From: Raimon Grau @ 2014-03-15 11:40 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 42 bytes --]

Hi,
Here's Luajit 2.0.3 updated recipe.



[-- Attachment #2: Luajit 2.0.3 --]
[-- Type: text/plain, Size: 1110 bytes --]

From c2d3eaaac53e38235bcdfa2f33160b25ca25d237 Mon Sep 17 00:00:00 2001
From: Raimon Grau <raimonster@gmail.com>
Date: Sat, 15 Mar 2014 12:34:51 +0100
Subject: [PATCH] gnu: Added Luajit 2.0.3

---
 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 81caa26..8394afb 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -66,13 +66,13 @@ for configuration, scripting, and rapid prototyping.")
 (define-public luajit
   (package
     (name "luajit")
-    (version "2.0.2")
+    (version "2.0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://luajit.org/download/LuaJIT-"
                                   version ".tar.gz"))
               (sha256
-               (base32 "0f3cykihfdn3gi6na9p0xjd4jnv26z18m441n5vyg42q9abh4ln0"))))
+               (base32 "0ydxpqkmsn2c341j4r2v6r5r0ig3kbwv3i9jran3iv81s6r6rgjm"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ;luajit is distributed without tests
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-17 18:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-15 11:40 Added Luajit 2.0.3 Raimon Grau
2014-03-15 16:15 ` Andreas Enge
2014-03-16 22:51   ` Raimon Grau
2014-03-17 18:09     ` Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).