all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53997] [PATCH] gnu: racket: Update to 8.4.
@ 2022-02-14 16:13 Attila Lendvai
  2022-02-14 16:40 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Attila Lendvai @ 2022-02-14 16:13 UTC (permalink / raw)
  To: 53997; +Cc: Attila Lendvai

Original work done by rp1, aka rparsons, as posted on IRC:
https://logs.guix.gnu.org/guix/2022-02-14.log#085815
---

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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#53997] [PATCH] gnu: racket: Update to 8.4.
  2022-02-14 16:13 [bug#53997] [PATCH] gnu: racket: Update to 8.4 Attila Lendvai
@ 2022-02-14 16:40 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-02-14 16:40 UTC (permalink / raw)
  To: Attila Lendvai; +Cc: 53997

Merging with <https://issues.guix.gnu.org/53878>.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-14 16:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14 16:13 [bug#53997] [PATCH] gnu: racket: Update to 8.4 Attila Lendvai
2022-02-14 16:40 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.