GNU bug report logs -
#41378
[PATCH] gnu: racket-minimal: Fix hash for version 7.7.
Previous Next
Reported by: Jack Hill <jackhill <at> jackhill.us>
Date: Mon, 18 May 2020 19:29:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/scheme.scm (racket-minimal)[source]: Update hash.
---
racket-minimal inherits its version from racket, but its hash wasn't
updated when racket was upgraded to 7.7. This commit updates the 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 5b290b9728..4551e57d4a 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -537,7 +537,7 @@ of libraries.")
version "/racket-minimal-" version "-src.tgz")))
(sha256
(base32
- "0id094q9024hj2n3907l7dblp3iix1v5289xzskmh5c26xfygp9y"))
+ "1lxcd4ix8q3089xql48hwccxvcpkinfxwxnc6fhcjdgzqcyxh3ln"))
(patches (search-patches
"racket-store-checksum-override.patch"))))
(synopsis "Racket without bundled packages such as Dr. Racket")
--
2.26.2
This bug report was last modified 5 years and 61 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.