gnu: racket: Update to 6.5.
authorAlex Vong <alexvong1995@gmail.com>
Wed, 13 Jul 2016 15:29:31 +0000 (23:29 +0800)
committerAndreas Enge <andreas@enge.fr>
Fri, 15 Jul 2016 08:31:02 +0000 (10:31 +0200)
* gnu/packages/scheme.scm (racket): Update to 6.5.

Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu/packages/scheme.scm

index e4a26ed..e7cf950 100644 (file)
@@ -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