guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: txr: Update to 268.


From: guix-commits
Subject: 01/02: gnu: txr: Update to 268.
Date: Sun, 8 Aug 2021 05:14:54 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit b0568808ad986d1597e2cd8d15d8f8d420a3438f
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sun Aug 8 11:04:15 2021 +0200

    gnu: txr: Update to 268.
    
    * gnu/packages/lisp.scm (txr): Update to 268.
      [arguments]: Update 'fix-tests' phase.
---
 gnu/packages/lisp.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 838742e..6d78a83 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -907,7 +907,7 @@ the HTML documentation of TXR.")
 (define-public txr
   (package
     (name "txr")
-    (version "266")
+    (version "268")
     (source
      (origin
        (method git-fetch)
@@ -916,7 +916,7 @@ the HTML documentation of TXR.")
              (commit (string-append "txr-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1k9mj3zaxdsylgnb8g6cq0cmp6420x7fp3nnsqdmds4gh8ib95wn"))))
+        (base32 "0q97qddbgk9356gx4xp8iip4pwj3ln03dvjfgrny76f3wmmiwsw6"))))
     (build-system gnu-build-system)
     (native-inputs
      ;; Required to build the documentation.
@@ -961,10 +961,7 @@ the HTML documentation of TXR.")
            (lambda _
              (substitute* (list "tests/017/realpath.tl"
                                 "tests/017/realpath.expected")
-               (("/usr/bin") "/"))
-             (substitute* "tests/018/path-test.tl"
-               (("/bin") (dirname (which "sh"))))
-             #t))
+               (("/usr/bin") "/"))))
          (replace 'configure
            ;; ./configure is a hand-written script that can't handle standard
            ;; autotools arguments like CONFIG_SHELL.



reply via email to

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