mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: txr: Update to 296.
* gnu/packages/lisp.scm (txr): Update to 296. Change-Id: I7130cf977866ef541c16fbdacad98a06a7678187
This commit is contained in:
parent
1bb9da0895
commit
645cb9b6f6
1 changed files with 2 additions and 2 deletions
|
@ -1651,7 +1651,7 @@ (define man-for-txr
|
|||
(define-public txr
|
||||
(package
|
||||
(name "txr")
|
||||
(version "295")
|
||||
(version "296")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1660,7 +1660,7 @@ (define-public txr
|
|||
(commit (string-append "txr-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fpvsz31ark1gyhzyg2x85fxfssfjfc6k0v9hvqdp0y1q5bf66az"))))
|
||||
(base32 "1b91s5kpsf62j9qdk352kh94knd9iykk64dvbrba09h3zryankyv"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Reference in a new issue