diff options
author | Jack Hill <jackhill@jackhill.us> | 2020-11-23 16:07:20 -0500 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-24 17:44:46 +0100 |
commit | 1f9bf4e893165485cbfee51af1c0dcfffc8ec147 (patch) | |
tree | c9d4c4645397282d00799f12021588d32dd5dbda /gnu/packages/scheme.scm | |
parent | b67bff22779c2d732f4aee03c096e59c01975296 (diff) | |
download | guix-1f9bf4e893165485cbfee51af1c0dcfffc8ec147.tar.gz |
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 c57157b89a56d33c76492a1fce1e521f00859f2a. * gnu/packages/scheme.scm (racket-minimal)[source]: Update hash. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/packages/scheme.scm')
-rw-r--r-- | gnu/packages/scheme.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index bd77b3e808..b647b9ee2e 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -540,7 +540,7 @@ of libraries.") 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") |