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>
master
parent
1e3cf9de84
commit
b2bdd7a129
|
@ -537,7 +537,7 @@ of libraries.")
|
||||||
version "/racket-minimal-" version "-src.tgz")))
|
version "/racket-minimal-" version "-src.tgz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0id094q9024hj2n3907l7dblp3iix1v5289xzskmh5c26xfygp9y"))
|
"1lxcd4ix8q3089xql48hwccxvcpkinfxwxnc6fhcjdgzqcyxh3ln"))
|
||||||
(patches (search-patches
|
(patches (search-patches
|
||||||
"racket-store-checksum-override.patch"))))
|
"racket-store-checksum-override.patch"))))
|
||||||
(synopsis "Racket without bundled packages such as Dr. Racket")
|
(synopsis "Racket without bundled packages such as Dr. Racket")
|
||||||
|
|
Reference in New Issue