guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: txr: Update to 235.


From: guix-commits
Subject: 05/06: gnu: txr: Update to 235.
Date: Tue, 14 Apr 2020 14:24:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit eaa668ddda04e877d186203175fa36db4d1121bf
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Apr 14 18:54:52 2020 +0200

    gnu: txr: Update to 235.
    
    * gnu/packages/lisp.scm (txr): Update to 235.
    [arguments]: Cosmetic shortening.
---
 gnu/packages/lisp.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index d7ad0a0..27d38cd 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -845,7 +845,7 @@ enough to play the original mainframe Zork all the way 
through.")
 (define-public txr
   (package
     (name "txr")
-    (version "234")
+    (version "235")
     (source
      (origin
        (method git-fetch)
@@ -854,8 +854,7 @@ enough to play the original mainframe Zork all the way 
through.")
              (commit (string-append "txr-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0c9qsj4xwc24c9g02mr5n97m4d87d4n0pcc2c2n58l2vg5dnzba0"))))
+        (base32 "0kpqk2x0sz7sqxsrhasq0xnljjlnxwhh4xjx2nii0zy2jkv4vsbn"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
@@ -873,9 +872,8 @@ enough to play the original mainframe Zork all the way 
through.")
              #t))
          (add-after 'configure 'fix-tests
            (lambda _
-             (substitute* "tests/017/realpath.tl"
-               (("/usr/bin") "/"))
-             (substitute* "tests/017/realpath.expected"
+             (substitute* (list "tests/017/realpath.tl"
+                                "tests/017/realpath.expected")
                (("/usr/bin") "/"))
              #t)))))
     (native-inputs



reply via email to

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