Skip to content
Snippets Groups Projects
Unverified Commit af3f6447 authored by Arun Isaac's avatar Arun Isaac
Browse files

gnu: racket: Update to 6.8.

* gnu/packages/scheme.scm (racket): Update to 6.8.
parent 958a1fda
No related branches found
No related tags found
No related merge requests found
......@@ -392,7 +392,7 @@ (define-public scheme48
(define-public racket
(package
(name "racket")
(version "6.6")
(version "6.8")
(source (origin
(method url-fetch)
(uri (list (string-append "http://mirror.racket-lang.org/installers/"
......@@ -402,7 +402,7 @@ (define-public racket
version "/racket/racket-" version "-src-unix.tgz")))
(sha256
(base32
"1kzdi1n6h6hmz8zd9k8r5a5yp2ryi4w3c2fjm1k6cqicn18cwaxz"))))
"1l9z1a0r5zydr50cklx9xjw3l0pwnf64i10xq7112fl1r89q3qgv"))))
(build-system gnu-build-system)
(arguments
'(#:phases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment