mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-08 06:00:36 +02:00
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>