guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/27: gnu: stex: Update to 1.2.2-2.afa6075.


From: guix-commits
Subject: 07/27: gnu: stex: Update to 1.2.2-2.afa6075.
Date: Sun, 4 Sep 2022 17:20:31 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 92e8cff749aad27d32cb2242bf49ef508d8cef87
Author: Philip McGrath <philip@philipmcgrath.com>
AuthorDate: Sat Aug 27 14:55:41 2022 -0400

    gnu: stex: Update to 1.2.2-2.afa6075.
    
    * gnu/packages/chez.scm (stex-bootstrap): Update to 1.2.2-2.afa6075.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/chez.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index b037efe8d4..043f2ae47a 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -594,8 +594,8 @@ Chez Scheme.")))
 (define-public stex-bootstrap
   ;; This commit includes a fix which we would otherwise want to use as
   ;; patch.  Let's revert to tagged releases as soon as one becomes available.
-  (let ((commit "54051494434a197772bf6ca5b4e6cf6be55f39a5")
-        (revision "1"))
+  (let ((commit "afa607564a5662ffd748e824801277a6b5a3d11c")
+        (revision "2"))
     (hidden-package
      (package
        (name "stex")
@@ -611,7 +611,7 @@ Chez Scheme.")))
                 (url "https://github.com/dybvig/stex";)
                 (commit commit)))
           (sha256
-           (base32 "01jnvw8qw33gnpzwrakwhsr05h6b609lm180jnspcrb7lds2p23d"))
+           (base32 "0n6dryv5j7cw2qmsj55wqb0ph901h83a2hl4j891ppxp0xx18nkp"))
           (file-name (git-file-name name version))
           (snippet
            #~(for-each delete-file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]