[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47153] [PATCH v3 2/3] gnu: chez-scheme: Update stex.
From: |
Philip McGrath |
Subject: |
[bug#47153] [PATCH v3 2/3] gnu: chez-scheme: Update stex. |
Date: |
Fri, 19 Mar 2021 14:24:50 -0400 |
Get a patch from upstream that will help us simplify the build process
for the Chez Scheme documentation.
* gnu/packages/chez.scm (chez-stex): Update to commit 5405149.
---
gnu/packages/chez.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index 5dd1185c43..dd0db04d88 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -59,8 +59,12 @@
(method git-fetch)
(uri (git-reference
(url "https://github.com/dybvig/stex")
- (commit (string-append "v" version))))
- (sha256 (base32 "1q5i8pf4cdfjsj6r2k1rih7ljbfggyxdng2p2fvsgarzihpsin2i"))
+ ;; This commit includes a fix for which we would
+ ;; otherwise want to use a snippet.
+ ;; When there's a new tagged release,
+ ;; go back to using (string-append "v" version)
+ (commit "54051494434a197772bf6ca5b4e6cf6be55f39a5")))
+ (sha256 "01jnvw8qw33gnpzwrakwhsr05h6b609lm180jnspcrb7lds2p23d")
(file-name (git-file-name "stex" version)))))
(define-public chez-scheme
--
2.21.1 (Apple Git-122.3)
- [bug#47153] [PATCH] gnu: chez-scheme: simplify packaging, (continued)
- [bug#47153] [PATCH] gnu: chez-scheme: simplify packaging, Philip McGrath, 2021/03/15
- [bug#47153] [PATCH] gnu: chez-scheme: simplify packaging, Leo Prikler, 2021/03/15
- [bug#47153] [PATCH v2 1/3] gnu: chez-scheme: Update nanopass to 1.9.2., Philip McGrath, 2021/03/15
- [bug#47153] [PATCH v2 3/3] gnu: chez-scheme: simplify packaging, Philip McGrath, 2021/03/15
- [bug#47153] [PATCH v2 2/3] gnu: chez-scheme: Update stex., Philip McGrath, 2021/03/15
- [bug#47153] [PATCH v2] gnu: chez-scheme: Update nanopass to 1.9.2., Leo Prikler, 2021/03/16
- [bug#47153] [PATCH v2] gnu: chez-scheme: Update nanopass to 1.9.2., Philip McGrath, 2021/03/16
- [bug#47153] [PATCH v2] gnu: chez-scheme: Update nanopass to 1.9.2., Leo Prikler, 2021/03/16
- [bug#47153] [PATCH v3 1/3] gnu: chez-scheme: Update nanopass to 1.9.2., Philip McGrath, 2021/03/19
- [bug#47153] [PATCH v3 3/3] gnu: chez-scheme: simplify packaging, Philip McGrath, 2021/03/19
- [bug#47153] [PATCH v3 2/3] gnu: chez-scheme: Update stex.,
Philip McGrath <=
- [bug#47153] [PATCH v2] gnu: chez-scheme: Update nanopass to 1.9.2., Philip McGrath, 2021/03/20