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