gnu: racket-minimal: Update upstream tarball hash.

It changed in place.  The only difference besides file metadata is in
etc/config.rktd:
- (catalogs . (https://download.racket-lang.org/releases/7.9/catalog/))
+ (catalogs . (https://download.racket-lang.org/releases/7.9/catalog/ #f))

The same change was made for the racket package in
c57157b89a.

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

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Jack Hill 2020-11-23 16:07:20 -05:00 committed by Tobias Geerinckx-Rice
parent b67bff2277
commit 1f9bf4e893
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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