summary refs log tree commit diff
path: root/gnu/packages/scheme.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-20 13:29:55 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-20 13:36:23 +0100
commitc57157b89a56d33c76492a1fce1e521f00859f2a (patch)
tree9abf09e078a4cebf82a11dfc3d79b1014690b6cd /gnu/packages/scheme.scm
parent992daa90c8a417f9ed63610ae81770ea5da7b07b (diff)
downloadguix-c57157b89a56d33c76492a1fce1e521f00859f2a.tar.gz
gnu: racket: 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))

* gnu/packages/scheme.scm (racket)[source]: Update hash.
Diffstat (limited to 'gnu/packages/scheme.scm')
-rw-r--r--gnu/packages/scheme.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 38e4079a09..bd77b3e808 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -408,7 +408,7 @@ implementation techniques and as an expository tool.")
                           version "/racket-" version "-src.tgz")))
               (sha256
                (base32
-                "18pz6gjzqy6a62xkcmjanhr7kgxpvpmc0blrk4igz8ldcybz44if"))
+                "0gmp2ahmfd97nn9bwpfx9lznjmjkd042slnrrbdmyh59cqh98y2m"))
               (patches (search-patches
                         "racket-store-checksum-override.patch"))))
     (build-system gnu-build-system)