mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: txr: Update to 230.
* gnu/packages/lisp.scm (txr): Update to 230.
This commit is contained in:
parent
8d8c6bffc5
commit
92fcf9856f
1 changed files with 2 additions and 2 deletions
|
@ -773,7 +773,7 @@ (define-public confusion-mdl
|
||||||
(define-public txr
|
(define-public txr
|
||||||
(package
|
(package
|
||||||
(name "txr")
|
(name "txr")
|
||||||
(version "229")
|
(version "230")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -784,7 +784,7 @@ (define-public txr
|
||||||
(patches (search-patches "txr-shell.patch"))
|
(patches (search-patches "txr-shell.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"070lqckhbcq3wn5ajyaa41hh0gypaa48wnxkk6mc5mxvmv76ml46"))))
|
"1ma6nbqsnl4f8ndh47zzc8n5vzcny66v0z3ndddgm3g0bqaxzjzm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("cc=gcc")
|
'(#:configure-flags '("cc=gcc")
|
||||||
|
|
Loading…
Reference in a new issue