mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: txr: Update to 298.
* gnu/packages/lisp.scm (txr): Update to 298. Change-Id: If0c79aa4606875edf42d980f8f2e17b8cdd0c849
This commit is contained in:
parent
91a347a99b
commit
269f94c18d
1 changed files with 2 additions and 2 deletions
|
|
@ -1575,7 +1575,7 @@ the HTML documentation of TXR.")
|
|||
(define-public txr
|
||||
(package
|
||||
(name "txr")
|
||||
(version "296")
|
||||
(version "298")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -1584,7 +1584,7 @@ the HTML documentation of TXR.")
|
|||
(commit (string-append "txr-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1b91s5kpsf62j9qdk352kh94knd9iykk64dvbrba09h3zryankyv"))))
|
||||
(base32 "1y2g3dn47df781alfqaiak0nqkzv73yiaiypdd0q2gki9vriam1m"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue