mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: racket: Update to 6.8.
* gnu/packages/scheme.scm (racket): Update to 6.8.
This commit is contained in:
parent
958a1fda9e
commit
af3f64477c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue