mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: txr: Update to 229.
* gnu/packages/lisp.scm (txr): Update to 229. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a7c75b8dbf
commit
2963ae8e4a
1 changed files with 2 additions and 2 deletions
|
@ -741,7 +741,7 @@ (define-public confusion-mdl
|
|||
(define-public txr
|
||||
(package
|
||||
(name "txr")
|
||||
(version "224")
|
||||
(version "229")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -752,7 +752,7 @@ (define-public txr
|
|||
(patches (search-patches "txr-shell.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"1036k71f6mffy9rjwzmhr5nnp1n0wzb0rqvilpzvb8jc5yxv0810"))))
|
||||
"070lqckhbcq3wn5ajyaa41hh0gypaa48wnxkk6mc5mxvmv76ml46"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("cc=gcc")
|
||||
|
|
Loading…
Reference in a new issue