gnu: racket: Update to 7.7.
* gnu/packages/scheme.scm (racket): Update to 7.7.
This commit is contained in:
parent
a7e6ec18d7
commit
99bf646d8f
@ -395,7 +395,7 @@ implementation techniques and as an expository tool.")
|
||||
(define-public racket
|
||||
(package
|
||||
(name "racket")
|
||||
(version "7.6")
|
||||
(version "7.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "http://mirror.racket-lang.org/installers/"
|
||||
@ -405,7 +405,7 @@ implementation techniques and as an expository tool.")
|
||||
version "/racket-" version "-src.tgz")))
|
||||
(sha256
|
||||
(base32
|
||||
"0yagy7qrnz96gwafnj3whh2vs54788k1ci3vkm100h68gsw638b8"))
|
||||
"0cx5h3k0n58cb442qzp3jlc7n1b9dbaxv9blg2rjil2rn119yrb2"))
|
||||
(patches (search-patches
|
||||
"racket-store-checksum-override.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
|
Loading…
Reference in New Issue
Block a user