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:
parent
f0344d9369
commit
9ce2a95c30
|
@ -394,7 +394,7 @@ implementation techniques and as an expository tool.")
|
||||||
(define-public racket
|
(define-public racket
|
||||||
(package
|
(package
|
||||||
(name "racket")
|
(name "racket")
|
||||||
(version "6.2.1")
|
(version "6.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "http://mirror.racket-lang.org/installers/"
|
(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")))
|
version "/racket/racket-" version "-src-unix.tgz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0555j63k7fs10iv0icmivlxpzgp6s7gwcbfddmbwxlf2rk80qhq0"))))
|
"0gvh7i5k87mg1gpqk8gaq50ja9ksbhnvdqn7qqh0n17byidd6999"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in New Issue