* [PATCH] gnu: racket: Update to 6.5.
@ 2016-07-14 13:35 Alex Vong
2016-07-15 2:36 ` Efraim Flashner
0 siblings, 1 reply; 3+ messages in thread
From: Alex Vong @ 2016-07-14 13:35 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 382 bytes --]
Hello,
This upgrades racket to 6.5 which should fix build failure on hydra
(currently unavailable). The analogous bug report on nix is
here: https://github.com/NixOS/nixpkgs/issues/13733.
The patch mentions it is fixed after the 6.4 release,
https://github.com/NixOS/nixpkgs/commit/927ce5ca718d0bbba69a062534b296a42595ef50,
so it should definitely be fixed on 6.5.
Cheers,
Alex
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-racket-Update-to-6.5.patch --]
[-- Type: text/x-diff, Size: 1231 bytes --]
From 70b4dc449cf8f1db97966e970fcce00d73f38537 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Wed, 13 Jul 2016 23:29:31 +0800
Subject: [PATCH] gnu: racket: Update to 6.5.
* gnu/packages/scheme.scm (racket): Update to 6.5.
---
gnu/packages/scheme.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index e4a26ed..e7cf950 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -394,7 +394,7 @@ implementation techniques and as an expository tool.")
(define-public racket
(package
(name "racket")
- (version "6.2.1")
+ (version "6.5")
(source (origin
(method url-fetch)
(uri (list (string-append "http://mirror.racket-lang.org/installers/"
@@ -404,7 +404,7 @@ implementation techniques and as an expository tool.")
version "/racket/racket-" version "-src-unix.tgz")))
(sha256
(base32
- "0555j63k7fs10iv0icmivlxpzgp6s7gwcbfddmbwxlf2rk80qhq0"))))
+ "0gvh7i5k87mg1gpqk8gaq50ja9ksbhnvdqn7qqh0n17byidd6999"))))
(build-system gnu-build-system)
(arguments
'(#:phases
--
2.9.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: racket: Update to 6.5.
2016-07-14 13:35 [PATCH] gnu: racket: Update to 6.5 Alex Vong
@ 2016-07-15 2:36 ` Efraim Flashner
2016-07-15 8:33 ` Andreas Enge
0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2016-07-15 2:36 UTC (permalink / raw)
To: Alex Vong; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 738 bytes --]
On Thu, Jul 14, 2016 at 09:35:47PM +0800, Alex Vong wrote:
> Hello,
>
> This upgrades racket to 6.5 which should fix build failure on hydra
> (currently unavailable). The analogous bug report on nix is
> here: https://github.com/NixOS/nixpkgs/issues/13733.
>
> The patch mentions it is fixed after the 6.4 release,
> https://github.com/NixOS/nixpkgs/commit/927ce5ca718d0bbba69a062534b296a42595ef50,
> so it should definitely be fixed on 6.5.
>
> Cheers,
> Alex
>
I can confirm it builds on my machine.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: racket: Update to 6.5.
2016-07-15 2:36 ` Efraim Flashner
@ 2016-07-15 8:33 ` Andreas Enge
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Enge @ 2016-07-15 8:33 UTC (permalink / raw)
To: Efraim Flashner; +Cc: guix-devel
On Fri, Jul 15, 2016 at 05:36:58AM +0300, Efraim Flashner wrote:
> I can confirm it builds on my machine.
Okay, I just pushed it; thanks for the patch, Alex, and for testing it, Efraim
(I tried on my arm machine, but it took too long).
Andreas
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-07-15 8:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-14 13:35 [PATCH] gnu: racket: Update to 6.5 Alex Vong
2016-07-15 2:36 ` Efraim Flashner
2016-07-15 8:33 ` 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).