mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: txr: Update to 299.
* gnu/packages/lisp.scm (txr): Update to 299. Change-Id: I4e302f249cfb8fcb2c86011192942b3da55ea7ac
This commit is contained in:
parent
90ee330baf
commit
fd0bebea98
1 changed files with 2 additions and 2 deletions
|
@ -1667,7 +1667,7 @@ the HTML documentation of TXR.")
|
|||
(define-public txr
|
||||
(package
|
||||
(name "txr")
|
||||
(version "298")
|
||||
(version "299")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1676,7 +1676,7 @@ the HTML documentation of TXR.")
|
|||
(commit (string-append "txr-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1y2g3dn47df781alfqaiak0nqkzv73yiaiypdd0q2gki9vriam1m"))))
|
||||
(base32 "0hlq79j3vyx5y3ffccjkbqx7mvwzbw9dcfy5jrayfzzqwnsyvr78"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue