[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: racket-minimal: Update upstream tarball hash
From: |
guix-commits |
Subject: |
branch master updated: gnu: racket-minimal: Update upstream tarball hash. |
Date: |
Tue, 24 Nov 2020 11:44:56 -0500 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1f9bf4e gnu: racket-minimal: Update upstream tarball hash.
1f9bf4e is described below
commit 1f9bf4e893165485cbfee51af1c0dcfffc8ec147
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Mon Nov 23 16:07:20 2020 -0500
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>
---
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 bd77b3e..b647b9e 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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: racket-minimal: Update upstream tarball hash.,
guix-commits <=