[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: racket: Update upstream tarball hash.
From: |
guix-commits |
Subject: |
01/03: gnu: racket: Update upstream tarball hash. |
Date: |
Fri, 20 Nov 2020 07:37:48 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit c57157b89a56d33c76492a1fce1e521f00859f2a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Nov 20 13:29:55 2020 +0100
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.
---
gnu/packages/scheme.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 38e4079..bd77b3e 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)