From 6de284e832fe6056aec7e89823c0be0a46682c39 Mon Sep 17 00:00:00 2001 From: jgart Date: Fri, 19 Nov 2021 06:06:40 -0500 Subject: gnu: racket: Update to 8.3. * gnu/packages/racket.scm (racket-minimal, racket): Update to 8.3. * gnu/packages/racket.scm (racket-minimal)[source]: Remove racket-minimal-backport-1629887.patch from patches. * gnu/packages/patches/racket-minimal-backport-1629887.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Unregister it. Signed-off-by: Arun Isaac --- gnu/packages/racket.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'gnu/packages/racket.scm') diff --git a/gnu/packages/racket.scm b/gnu/packages/racket.scm index 661443e0c3..5b142acdec 100644 --- a/gnu/packages/racket.scm +++ b/gnu/packages/racket.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice ;;; Copyright © 2020 Pierre Neidhardt ;;; Copyright © 2021 Philip McGrath +;;; Copyright © 2021 jgart ;;; ;;; This file is part of GNU Guix. ;;; @@ -128,7 +129,7 @@ (define-public racket-minimal (package (name "racket-minimal") - (version "8.2") ; note: remember to also update racket! + (version "8.3") ; note: remember to also update racket! (source (origin (method git-fetch) @@ -136,11 +137,9 @@ (url "https://github.com/racket/racket") (commit (string-append "v" version)))) (sha256 - "061bhiyjlvazph0dj9i3i3x2q5z53rp8h5cjwg3frjimkr45lncn") + "1i1jnv1wb0kanfg47hniafx2vhwjc33qqx66lq7wkf5hbmgsyws3") (file-name (git-file-name name version)) - (patches (search-patches "racket-minimal-sh-via-rktio.patch" - ;; Remove the following in version 8.3: - "racket-minimal-backport-1629887.patch")) + (patches (search-patches "racket-minimal-sh-via-rktio.patch")) (modules '((guix build utils))) (snippet (with-imported-modules '((guix build utils)) @@ -427,7 +426,7 @@ Chez Scheme.") %installer-mirrors)) (sha256 (base32 - "10sgzsraxzxp1k2y2wvz8rcjwvhbcd6k72l9lyqr34yazlwfdz26")) + "0jdr0y7scvv2a3sq456ifrgq0yfsbiwavdf2m86zmrapp481mby4")) (snippet #~(begin (use-modules (guix build utils) -- cgit v1.2.3 From c47a45ca7e914a7a17c29179fdcab9be77b785f5 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 25 Nov 2021 00:05:29 +0530 Subject: gnu: racket: Remove article from the beginning of the synopsis. * gnu/packages/racket.scm (racket)[synopsis]: Remove article from the beginning. --- gnu/packages/racket.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/racket.scm') diff --git a/gnu/packages/racket.scm b/gnu/packages/racket.scm index 5b142acdec..eab0eb09c2 100644 --- a/gnu/packages/racket.scm +++ b/gnu/packages/racket.scm @@ -529,7 +529,7 @@ Chez Scheme.") (delete 'install)) ;; we still don't have these: #:tests? #f)) - (synopsis "A programmable programming language in the Scheme family") + (synopsis "Programmable programming language in the Scheme family") (description "Racket is a general-purpose programming language in the Scheme family, with a large set of libraries and a compiler based on Chez Scheme. Racket is -- cgit v1.2.3