gnu: racket-minimal: Fix hash for version 7.7.
authorJack Hill <jackhill@jackhill.us>
Mon, 18 May 2020 19:28:05 +0000 (15:28 -0400)
committerMarius Bakke <mbakke@fastmail.com>
Wed, 20 May 2020 21:51:27 +0000 (23:51 +0200)
This is a follow-up to commit 99bf646d8f5acb7958c49143a32de6e95fbde4cf.

* gnu/packages/scheme.scm (racket-minimal)[source]: Update hash.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu/packages/scheme.scm

index 5b290b9..4551e57 100644 (file)
@@ -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")