mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: txr: Update to 234.
* gnu/packages/lisp.scm (txr): Update to 234.
This commit is contained in:
parent
7a9543d77e
commit
4570ab0316
1 changed files with 2 additions and 2 deletions
|
@ -845,7 +845,7 @@ (define-public confusion-mdl
|
|||
(define-public txr
|
||||
(package
|
||||
(name "txr")
|
||||
(version "233")
|
||||
(version "234")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -856,7 +856,7 @@ (define-public txr
|
|||
(patches (search-patches "txr-shell.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"14dwjgx9lbfajk3q539m3v3b9j047q83ldnqb4cagbs8ampvhfbv"))))
|
||||
"0c9qsj4xwc24c9g02mr5n97m4d87d4n0pcc2c2n58l2vg5dnzba0"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("cc=gcc")
|
||||
|
|
Loading…
Reference in a new issue