mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: chez-scheme: Update to 9.5.8.
* gnu/packages/chez.scm (chez-scheme): Update to 9.5.8. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
544fbdcc9e
commit
e9ac2a8f4b
1 changed files with 2 additions and 2 deletions
|
@ -210,7 +210,7 @@ (define-public chez-scheme
|
||||||
(name "chez-scheme")
|
(name "chez-scheme")
|
||||||
;; The version should match `(scheme-version-number)`.
|
;; The version should match `(scheme-version-number)`.
|
||||||
;; See s/cmacros.ss c. line 360.
|
;; See s/cmacros.ss c. line 360.
|
||||||
(version "9.5.6")
|
(version "9.5.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -218,7 +218,7 @@ (define-public chez-scheme
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07s433hn1z2slfc026sidrpzxv3a8narcd40qqr1xrpb9012xdky"))
|
"0xchqq8cm0ka5wgpn18sjs0hh15rc3nb7xrjqbbc9al3asq0d7gc"))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(snippet #~(begin
|
(snippet #~(begin
|
||||||
(use-modules (guix build utils))
|
(use-modules (guix build utils))
|
||||||
|
|
Loading…
Reference in a new issue