guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/20: gnu: racket-minimal: Fix hash for version 7.7.


From: guix-commits
Subject: 19/20: gnu: racket-minimal: Fix hash for version 7.7.
Date: Wed, 20 May 2020 17:53:35 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b2bdd7a12919d1af4d1314729fa02d87897be8d4
Author: Jack Hill <address@hidden>
AuthorDate: Mon May 18 15:28:05 2020 -0400

    gnu: racket-minimal: Fix hash for version 7.7.
    
    This is a follow-up to commit 99bf646d8f5acb7958c49143a32de6e95fbde4cf.
    
    * gnu/packages/scheme.scm (racket-minimal)[source]: Update hash.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 5b290b9..4551e57 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]