guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: racket: Update to 7.7.


From: guix-commits
Subject: branch master updated: gnu: racket: Update to 7.7.
Date: Sun, 17 May 2020 05:17:09 -0400

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

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 99bf646  gnu: racket: Update to 7.7.
99bf646 is described below

commit 99bf646d8f5acb7958c49143a32de6e95fbde4cf
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Sun May 17 11:16:57 2020 +0200

    gnu: racket: Update to 7.7.
    
    * gnu/packages/scheme.scm (racket): Update to 7.7.
---
 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 46f1826..5b290b9 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -395,7 +395,7 @@ implementation techniques and as an expository tool.")
 (define-public racket
   (package
     (name "racket")
-    (version "7.6")
+    (version "7.7")
     (source (origin
               (method url-fetch)
               (uri (list (string-append 
"http://mirror.racket-lang.org/installers/";
@@ -405,7 +405,7 @@ implementation techniques and as an expository tool.")
                           version "/racket-" version "-src.tgz")))
               (sha256
                (base32
-                "0yagy7qrnz96gwafnj3whh2vs54788k1ci3vkm100h68gsw638b8"))
+                "0cx5h3k0n58cb442qzp3jlc7n1b9dbaxv9blg2rjil2rn119yrb2"))
               (patches (search-patches
                         "racket-store-checksum-override.patch"))))
     (build-system gnu-build-system)



reply via email to

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