1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-18 07:05:53 +02:00

gnu: racket: Update to 6.5.

* gnu/packages/scheme.scm (racket): Update to 6.5.

Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Alex Vong
2016-07-13 23:29:31 +08:00
committed by Andreas Enge
parent f0344d9369
commit 9ce2a95c30
+2 -2
View 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