gnu: racket-minimal: Fix hash for version 7.8.

* gnu/packages/scheme.scm (racket-minimal): Fix hash.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Brendan Tildesley 2020-08-31 13:02:43 +10:00 committed by Julien Lepiller
parent 123612d314
commit a2ebc7426a
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82

@ -396,7 +396,7 @@ implementation techniques and as an expository tool.")
(define-public racket
(package
(name "racket")
(version "7.8")
(version "7.8") ;; Note: Remember to also update racket-minimal!
(source (origin
(method url-fetch)
(uri (list (string-append "http://mirror.racket-lang.org/installers/"
@ -538,7 +538,7 @@ of libraries.")
version "/racket-minimal-" version "-src.tgz")))
(sha256
(base32
"1lxcd4ix8q3089xql48hwccxvcpkinfxwxnc6fhcjdgzqcyxh3ln"))
"0bbglf9vfacpm2hn3lskhvc8cpg6z088fbnzpqsn17z8qdk8yvb3"))
(patches (search-patches
"racket-store-checksum-override.patch"))))
(synopsis "Racket without bundled packages such as Dr. Racket")