gnu: txr: Update to 282.
* gnu/packages/lisp.scm (txr): Update to 282.
This commit is contained in:
parent
5a930bbffc
commit
e775b99d45
1 changed files with 2 additions and 2 deletions
|
@ -988,7 +988,7 @@ (define man-for-txr
|
|||
(define-public txr
|
||||
(package
|
||||
(name "txr")
|
||||
(version "281")
|
||||
(version "282")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -997,7 +997,7 @@ (define-public txr
|
|||
(commit (string-append "txr-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "18sncprahl41hcy9l6mc4vwlaiamkwrs805974g4vci4waccb37k"))))
|
||||
(base32 "1hzni1v9qlh1vy8spz8prink7v9hp2bin15vnyfha2ax306w6dq5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue