mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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:
parent
1e3cf9de84
commit
b2bdd7a129
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue