mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: txr: Update to 285.
* gnu/packages/lisp.scm (txr): Update to 285.
This commit is contained in:
parent
0f4efec48d
commit
5295f0b1d2
1 changed files with 2 additions and 2 deletions
|
@ -988,7 +988,7 @@ (define man-for-txr
|
|||
(define-public txr
|
||||
(package
|
||||
(name "txr")
|
||||
(version "284")
|
||||
(version "285")
|
||||
(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 "1v6dq1q98v3jdx7g67k15njkpp49iwf30n29rrhwng3b3njqm75g"))))
|
||||
(base32 "1ypsgakhak0znmg3wzblfcwd4s4nanzm61dz66gwi48rfnq35znl"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue