From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raimon Grau Subject: Added Luajit 2.0.3 Date: Sat, 15 Mar 2014 12:40:08 +0100 Message-ID: <87siqjellz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOmx7-0006vz-Rr for guix-devel@gnu.org; Sat, 15 Mar 2014 07:40:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOmx1-00042Y-FS for guix-devel@gnu.org; Sat, 15 Mar 2014 07:40:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:35592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOmx1-00042O-6s for guix-devel@gnu.org; Sat, 15 Mar 2014 07:40:27 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WOmwu-0008PD-1C for guix-devel@gnu.org; Sat, 15 Mar 2014 12:40:20 +0100 Received: from 125.red-88-19-118.staticip.rima-tde.net ([88.19.118.125]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Mar 2014 12:40:20 +0100 Received: from raimonster by 125.red-88-19-118.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Mar 2014 12:40:20 +0100 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --=-=-= Content-Type: text/plain Hi, Here's Luajit 2.0.3 updated recipe. --=-=-= Content-Type: text/plain Content-Disposition: inline; filename=0001-gnu-Added-Luajit-2.0.3.patch Content-Description: Luajit 2.0.3 >From c2d3eaaac53e38235bcdfa2f33160b25ca25d237 Mon Sep 17 00:00:00 2001 From: Raimon Grau 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 --=-=-=--