From: Raimon Grau <raimonster@gmail.com>
To: guix-devel@gnu.org
Subject: Re: Added Luajit 2.0.3
Date: Sun, 16 Mar 2014 23:51:01 +0100 [thread overview]
Message-ID: <8738ihg3l6.fsf@gmail.com> (raw)
In-Reply-To: 20140315161531.GA27334@debian
[-- Attachment #1: Type: text/plain, Size: 238 bytes --]
Andreas Enge <andreas@enge.fr> writes:
> Could you please add a git log entry as per the
> examples already present in the git repository, and create the patch with
> "git format-patch"?
Yep. here it is. I Hope everything is fine now.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Update Luajit --]
[-- Type: text/x-diff, Size: 1164 bytes --]
From 076927709e08b5789a8dbacb7476a1b02d44a4b2 Mon Sep 17 00:00:00 2001
From: Raimon Grau <raimonster@gmail.com>
Date: Sun, 16 Mar 2014 23:38:23 +0100
Subject: [PATCH] gnu: Add luajit 2.0.3
* gnu/packages/lua.scm: Updated luajit version to 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
next prev parent reply other threads:[~2014-03-16 22:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2014-03-17 18:09 ` Andreas Enge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8738ihg3l6.fsf@gmail.com \
--to=raimonster@gmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).