mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: txr: Update to 224.
* gnu/packages/lisp.scm (txr): Update to 224. [source]: Use git-fetch instead of fetching a cgit snapshot. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5f39050b1e
commit
37c08f42f7
1 changed files with 7 additions and 6 deletions
|
@ -5337,17 +5337,18 @@ (define-public ecl-find-port
|
||||||
(define-public txr
|
(define-public txr
|
||||||
(package
|
(package
|
||||||
(name "txr")
|
(name "txr")
|
||||||
(version "223")
|
(version "224")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "http://www.kylheku.com/cgit/txr/snapshot/txr-"
|
(uri (git-reference
|
||||||
version
|
(url "http://www.kylheku.com/git/txr/")
|
||||||
".tar.bz2"))
|
(commit (string-append "txr-" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(patches (search-patches "txr-shell.patch"))
|
(patches (search-patches "txr-shell.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0109q8idqggba3kx58dpm5ccfpdrki68npkcxm18p5ga24611fcv"))))
|
"1036k71f6mffy9rjwzmhr5nnp1n0wzb0rqvilpzvb8jc5yxv0810"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("cc=gcc")
|
'(#:configure-flags '("cc=gcc")
|
||||||
|
|
Loading…
Reference in a new issue