[PATCH] gnu: racket: Update to 8.4.

  • Done
  • quality assurance status badge
Details
4 participants
  • Attila Lendvai
  • Ludovic Courtès
  • Maxime Devos
  • Philip McGrath
Owner
unassigned
Submitted by
Attila Lendvai
Severity
normal
Merged with
A
A
Attila Lendvai wrote on 14 Feb 2022 17:13
(address . guix-patches@gnu.org)(name . Attila Lendvai)(address . attila@lendvai.name)
20220214161345.27959-1-attila@lendvai.name
Original work done by rp1, aka rparsons, as posted on IRC:
---

only tested to build fine on amd64.

feel free to rewrite anything in the commit message, or anywhere else.

gnu/packages/racket.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/racket.scm b/gnu/packages/racket.scm
index d0a5ca494b..13338dde69 100644
--- a/gnu/packages/racket.scm
+++ b/gnu/packages/racket.scm
@@ -129,7 +129,7 @@ (define src
(define-public racket-minimal
(package
(name "racket-minimal")
- (version "8.3") ; note: remember to also update racket!
+ (version "8.4")
(source
(origin
(method git-fetch)
@@ -137,7 +137,7 @@ (define-public racket-minimal
(url "https://github.com/racket/racket")
(commit (string-append "v" version))))
(sha256
- "1i1jnv1wb0kanfg47hniafx2vhwjc33qqx66lq7wkf5hbmgsyws3")
+ "1vpl66gdgc8rnldmn8rmb7ar9l057jqjvgpfn29k57i3c5skr8s6")
(file-name (git-file-name name version))
(patches (search-patches "racket-minimal-sh-via-rktio.patch"))
(modules '((guix build utils)))
--
2.34.0
L
L
L
Ludovic Courtès wrote on 14 Feb 2022 17:40
control message for bug #53878
(address . control@debbugs.gnu.org)
875yphwgeb.fsf@gnu.org
merge 53878 53997
quit
P
P
Philip McGrath wrote on 27 Apr 2022 21:57
debbugs
(address . control@debbugs.gnu.org)
4e846628-6f74-ee0f-5966-7b4323a24d7e@philipmcgrath.com
unarchive 53878
M
M
Maxime Devos wrote on 13 Jun 2022 04:04
Re: Archived problem report bug#53878 ([PATCH v5 04/22] gnu: racket-minimal: Use new package style.)
(name . GNU bug Tracking System)(address . help-debbugs@gnu.org)(address . control@debbugs.gnu.org)
da1266405e739c3eb2e5f12b070aa53fb7a9aae5.camel@telenet.be
unarchive 53878
thanks
?