[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47153] [PATCH v2 1/3] gnu: chez-scheme: Update nanopass to 1.9.2.
From: |
Philip McGrath |
Subject: |
[bug#47153] [PATCH v2 1/3] gnu: chez-scheme: Update nanopass to 1.9.2. |
Date: |
Mon, 15 Mar 2021 18:53:00 -0400 |
* gnu/packages/chez.scm (nanopass): Update nanopass to 1.9.2.
---
gnu/packages/chez.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index eac556c4d0..5dd1185c43 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2017, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2020 Brendan Tildesley <mail@brendan.scot>
+;;; Copyright © 2021 Philip McGrath <philip@philipmcgrath.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -43,13 +44,13 @@
#:use-module (srfi srfi-1))
(define nanopass
- (let ((version "1.9.1"))
+ (let ((version "1.9.2"))
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/nanopass/nanopass-framework-scheme")
(commit (string-append "v" version))))
- (sha256 (base32 "1synadgaycca39jfx525975ss9y0lkl516sdrc62wrrllamm8n21"))
+ (sha256 "16vjsik9rrzbabbhbxbaha51ppi3f9n8rk59pc6zdyffs0vziy4i")
(file-name (git-file-name "nanopass" version)))))
(define stex
--
2.21.1 (Apple Git-122.3)
- [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] 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] 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 <=
- [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, 2021/03/19
- [bug#47153] [PATCH v2] gnu: chez-scheme: Update nanopass to 1.9.2., Philip McGrath, 2021/03/20