mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: chez-scheme: Update to 10.2.0.
* gnu/packages/chez.scm (chez-scheme): Update to 10.2.0. Change-Id: Ifba101d387c11cfa0675821aa7e8852f4efbd46a Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
f348d2be2e
commit
c78e1622fb
1 changed files with 2 additions and 2 deletions
|
@ -503,7 +503,7 @@ version of Chez Scheme.")
|
|||
(name "chez-scheme")
|
||||
;; The version should match `(scheme-version-number #t)`.
|
||||
;; See s/cmacros.ss c. line 360.
|
||||
(version "10.1.0")
|
||||
(version "10.2.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -511,7 +511,7 @@ version of Chez Scheme.")
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"0y07n2has2592g41zgl275as2wbw1fqd2y7a34llpbqnfpc7923s"))
|
||||
"14iv4kfkyvrkigr1n2prf71n2l3vs0sf0549rvh6y4x2faa2l329"))
|
||||
(file-name (git-file-name name version))
|
||||
(patches (search-patches "chez-scheme-bin-sh.patch"))
|
||||
(snippet #~(begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue