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

This is a follow-up to commit 99bf646d8f.

* gnu/packages/scheme.scm (racket-minimal)[source]: Update hash.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Jack Hill 2020-05-18 15:28:05 -04:00 committed by Marius Bakke
parent 1e3cf9de84
commit b2bdd7a129
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -537,7 +537,7 @@ (define-public racket-minimal
version "/racket-minimal-" version "-src.tgz")))
(sha256
(base32
"0id094q9024hj2n3907l7dblp3iix1v5289xzskmh5c26xfygp9y"))
"1lxcd4ix8q3089xql48hwccxvcpkinfxwxnc6fhcjdgzqcyxh3ln"))
(patches (search-patches
"racket-store-checksum-override.patch"))))
(synopsis "Racket without bundled packages such as Dr. Racket")