me
/
guix
Archived
1
0
Fork 0

gnu: racket: Update to 7.7.

* gnu/packages/scheme.scm (racket): Update to 7.7.
master
Pierre Neidhardt 2020-05-17 11:16:57 +02:00
parent a7e6ec18d7
commit 99bf646d8f
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -395,7 +395,7 @@ implementation techniques and as an expository tool.")
(define-public racket (define-public racket
(package (package
(name "racket") (name "racket")
(version "7.6") (version "7.7")
(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/"
@ -405,7 +405,7 @@ implementation techniques and as an expository tool.")
version "/racket-" version "-src.tgz"))) version "/racket-" version "-src.tgz")))
(sha256 (sha256
(base32 (base32
"0yagy7qrnz96gwafnj3whh2vs54788k1ci3vkm100h68gsw638b8")) "0cx5h3k0n58cb442qzp3jlc7n1b9dbaxv9blg2rjil2rn119yrb2"))
(patches (search-patches (patches (search-patches
"racket-store-checksum-override.patch")))) "racket-store-checksum-override.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)