mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: txr: Update to 242.
* gnu/packages/lisp.scm (txr): Update to 242.
This commit is contained in:
parent
3d633a1e1c
commit
ee1b6558be
1 changed files with 2 additions and 2 deletions
|
@ -801,7 +801,7 @@ enough to play the original mainframe Zork all the way through.")
|
|||
(define-public txr
|
||||
(package
|
||||
(name "txr")
|
||||
(version "239")
|
||||
(version "242")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -810,7 +810,7 @@ enough to play the original mainframe Zork all the way through.")
|
|||
(commit (string-append "txr-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jldpkd5f855m3z4zjpd1ha64f405pcdwwrnr8jnk66v22dsvdwx"))))
|
||||
(base32 "0p38k1hjqmqb2zzydlm94yvll0qkpl70n4ywgs984lbyasn5zyqb"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue