mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: txr: Update to 232.
* gnu/packages/lisp.scm (txr): Update to 232.
This commit is contained in:
parent
639371c6d2
commit
2035134bff
1 changed files with 2 additions and 2 deletions
|
@ -797,7 +797,7 @@ (define-public confusion-mdl
|
|||
(define-public txr
|
||||
(package
|
||||
(name "txr")
|
||||
(version "230")
|
||||
(version "232")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -808,7 +808,7 @@ (define-public txr
|
|||
(patches (search-patches "txr-shell.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ma6nbqsnl4f8ndh47zzc8n5vzcny66v0z3ndddgm3g0bqaxzjzm"))))
|
||||
"1vcnask4a1rxrljp4rcbkfihrndkv25l256l125vv39gjhf315xp"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("cc=gcc")
|
||||
|
|
Loading…
Reference in a new issue