gnu: txr: Update to 291.
* gnu/packages/lisp.scm (txr): Update to 291.
This commit is contained in:
parent
29dc951b90
commit
f19736e62f
1 changed files with 2 additions and 2 deletions
|
@ -994,7 +994,7 @@ (define man-for-txr
|
|||
(define-public txr
|
||||
(package
|
||||
(name "txr")
|
||||
(version "289")
|
||||
(version "291")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1003,7 +1003,7 @@ (define-public txr
|
|||
(commit (string-append "txr-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jcz5iggp4mz5bzgnifr4xdpvz0sxa8cminynhdcs2jqr073xy8b"))))
|
||||
(base32 "0nsb302arpd2mw2z2l12j6yg9pp94lfb79h3sym72ih7rmklnfx7"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Reference in a new issue