guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: racket-minimal: Fix hash for version 7.8.


From: guix-commits
Subject: branch master updated: gnu: racket-minimal: Fix hash for version 7.8.
Date: Sun, 30 Aug 2020 23:09:07 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a2ebc74  gnu: racket-minimal: Fix hash for version 7.8.
a2ebc74 is described below

commit a2ebc7426ac9b7336b9e21988cfc943a73cc55f5
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Mon Aug 31 13:02:43 2020 +1000

    gnu: racket-minimal: Fix hash for version 7.8.
    
    * gnu/packages/scheme.scm (racket-minimal): Fix hash.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 gnu/packages/scheme.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index ffbe90a..a8f26f5 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -396,7 +396,7 @@ implementation techniques and as an expository tool.")
 (define-public racket
   (package
     (name "racket")
-    (version "7.8")
+    (version "7.8") ;; Note: Remember to also update racket-minimal!
     (source (origin
               (method url-fetch)
               (uri (list (string-append 
"http://mirror.racket-lang.org/installers/";
@@ -538,7 +538,7 @@ of libraries.")
                           version "/racket-minimal-" version "-src.tgz")))
               (sha256
                (base32
-                "1lxcd4ix8q3089xql48hwccxvcpkinfxwxnc6fhcjdgzqcyxh3ln"))
+                "0bbglf9vfacpm2hn3lskhvc8cpg6z088fbnzpqsn17z8qdk8yvb3"))
               (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]