gnu: txr: Update to 235.
* gnu/packages/lisp.scm (txr): Update to 235. [arguments]: Cosmetic shortening.
This commit is contained in:
		
							parent
							
								
									92e52d25ad
								
							
						
					
					
						commit
						eaa668ddda
					
				
					 1 changed files with 4 additions and 6 deletions
				
			
		|  | @ -845,7 +845,7 @@ enough to play the original mainframe Zork all the way through.") | ||||||
| (define-public txr | (define-public txr | ||||||
|   (package |   (package | ||||||
|     (name "txr") |     (name "txr") | ||||||
|     (version "234") |     (version "235") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method git-fetch) |        (method git-fetch) | ||||||
|  | @ -854,8 +854,7 @@ enough to play the original mainframe Zork all the way through.") | ||||||
|              (commit (string-append "txr-" version)))) |              (commit (string-append "txr-" version)))) | ||||||
|        (file-name (git-file-name name version)) |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 "0kpqk2x0sz7sqxsrhasq0xnljjlnxwhh4xjx2nii0zy2jkv4vsbn")))) | ||||||
|          "0c9qsj4xwc24c9g02mr5n97m4d87d4n0pcc2c2n58l2vg5dnzba0")))) |  | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      '(#:configure-flags |      '(#:configure-flags | ||||||
|  | @ -873,9 +872,8 @@ enough to play the original mainframe Zork all the way through.") | ||||||
|              #t)) |              #t)) | ||||||
|          (add-after 'configure 'fix-tests |          (add-after 'configure 'fix-tests | ||||||
|            (lambda _ |            (lambda _ | ||||||
|              (substitute* "tests/017/realpath.tl" |              (substitute* (list "tests/017/realpath.tl" | ||||||
|                (("/usr/bin") "/")) |                                 "tests/017/realpath.expected") | ||||||
|              (substitute* "tests/017/realpath.expected" |  | ||||||
|                (("/usr/bin") "/")) |                (("/usr/bin") "/")) | ||||||
|              #t))))) |              #t))))) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|  |  | ||||||
		Reference in a new issue