[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/15: gnu: chez-scheme: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
11/15: gnu: chez-scheme: Don't use unstable tarball. |
Date: |
Sat, 16 Feb 2019 14:52:35 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 602fbad1e72dc13985335b7070e777cc08511984
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Feb 16 16:49:27 2019 +0100
gnu: chez-scheme: Don't use unstable tarball.
* gnu/packages/chez.scm (chez-scheme)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/chez.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index d8c9148..1e3c4d6 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -65,12 +65,13 @@
(version "9.5")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/cisco/ChezScheme/archive/"
- "v" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/cisco/ChezScheme.git")
+ (commit (string-append "v" version))))
(sha256
- (base32 "135991hspq0grf26pvl2lkwhp92yz204h6rgiwyym0x6v0xzknd1"))
- (file-name (string-append "chez-scheme-" version ".tar.gz"))
+ (base32 "132fal5hwiq0bqzvfhjsqr4d11cfdh1670f6286ks29xxj1c04zq"))
+ (file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet
;; Fix compilation with glibc >= 2.26, which removed xlocale.h.
- branch master updated (6cf48e8 -> dcc2626), guix-commits, 2019/02/16
- 03/15: gnu: chez-srfi: Don't use unstable tarball., guix-commits, 2019/02/16
- 02/15: gnu: chez-fmt: Return #t from all phases., guix-commits, 2019/02/16
- 01/15: gnu: chez-web: Return #t from all phases., guix-commits, 2019/02/16
- 09/15: gnu: nanopass: Don't use unstable tarball., guix-commits, 2019/02/16
- 07/15: gnu: chez-scheme: Fix ‘install-doc’ phase., guix-commits, 2019/02/16
- 04/15: gnu: chez-web: Use GIT- helpers., guix-commits, 2019/02/16
- 10/15: gnu: stex: Don't use unstable tarball., guix-commits, 2019/02/16
- 11/15: gnu: chez-scheme: Don't use unstable tarball.,
guix-commits <=
- 05/15: gnu: chez-matchable: Don't use unstable tarball., guix-commits, 2019/02/16
- 13/15: gnu: chez-scmutils: Don't use unstable tarball., guix-commits, 2019/02/16
- 14/15: gnu: chez-scmutils: Return #t from all phases., guix-commits, 2019/02/16
- 15/15: gnu: chez-sockets: Use GIT- helpers., guix-commits, 2019/02/16
- 06/15: gnu: chez-irregex: Don't use unstable tarball., guix-commits, 2019/02/16
- 08/15: gnu: chez-scheme: Return #t from all phases., guix-commits, 2019/02/16
- 12/15: gnu: chez-mit: Don't use unstable tarball., guix-commits, 2019/02/16