mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: txr: Update to 286.
* gnu/packages/lisp.scm (txr): Update to 286.
This commit is contained in:
parent
5aae6c99c2
commit
f5a2c6c2ab
1 changed files with 2 additions and 2 deletions
|
@ -987,7 +987,7 @@ (define man-for-txr
|
|||
(define-public txr
|
||||
(package
|
||||
(name "txr")
|
||||
(version "285")
|
||||
(version "286")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -996,7 +996,7 @@ (define-public txr
|
|||
(commit (string-append "txr-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ypsgakhak0znmg3wzblfcwd4s4nanzm61dz66gwi48rfnq35znl"))))
|
||||
(base32 "0c5prq9ans4qv8dgfn85555by9rb22p276g21w4mns0rqhjd0ij8"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Reference in a new issue