mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: txr: Update to 263.
* gnu/packages/lisp.scm (txr): Update to 263.
This commit is contained in:
parent
444f8438ff
commit
fb31d73110
1 changed files with 2 additions and 2 deletions
|
@ -849,7 +849,7 @@ (define-public confusion-mdl
|
|||
(define-public txr
|
||||
(package
|
||||
(name "txr")
|
||||
(version "259")
|
||||
(version "263")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -858,7 +858,7 @@ (define-public txr
|
|||
(commit (string-append "txr-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1awg6l458pl2y340l0vja2j5q636vh2mx2mllxqydg36j89lfniz"))))
|
||||
(base32 "14zaziymnbr2ld79x4h7sf88bzzzj82w3xpavmcx7mhwannb2swh"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue