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