guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: racket: Update to 6.5.


From: Alex Vong
Subject: [PATCH] gnu: racket: Update to 6.5.
Date: Thu, 14 Jul 2016 21:35:47 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

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

>From 70b4dc449cf8f1db97966e970fcce00d73f38537 Mon Sep 17 00:00:00 2001
From: Alex Vong <address@hidden>
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


reply via email to

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