gnu: racket: Update to 8.14.

* gnu/packages/racket.scm (%racket-version): Update to 8.14.
(racket)[inputs]<compatibility, db, drracket, gui, htdp, math>
<parser-tools, rackunit, redex, scribble, snip, typed-racket>
<string-constants, web-server>: Update hashes.
* gnu/packages/chez.scm (chez-scheme-for-racket): Fix comment.

Change-Id: I1bcfd8b4db178e42b200077ab909af37907264d0
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Philip McGrath 2024-08-11 17:38:41 -04:00 committed by Christopher Baines
parent 7b107f3646
commit 18eea46d3b
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577
2 changed files with 17 additions and 17 deletions

View file

@ -296,7 +296,7 @@ will name the threaded machine type unless THREADS? is provided as #f."
(define-public chez-scheme-for-racket
(package
(name "chez-scheme-for-racket")
;; The version should match `(scheme-version-number #t)`.
;; The version should match `(scheme-version #t)`.
;; See s/cmacros.ss c. line 360.
(version "10.1.0-pre-release.1")
(source #f)