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>
master
Guillaume Le Vaillant 2019-09-01 10:48:19 +02:00 committed by Ludovic Courtès
parent 5f39050b1e
commit 37c08f42f7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 7 additions and 6 deletions

View File

@ -5337,17 +5337,18 @@ port within a range.")
(define-public txr
(package
(name "txr")
(version "223")
(version "224")
(source
(origin
(method url-fetch)
(uri (string-append "http://www.kylheku.com/cgit/txr/snapshot/txr-"
version
".tar.bz2"))
(method git-fetch)
(uri (git-reference
(url "http://www.kylheku.com/git/txr/")
(commit (string-append "txr-" version))))
(file-name (git-file-name name version))
(patches (search-patches "txr-shell.patch"))
(sha256
(base32
"0109q8idqggba3kx58dpm5ccfpdrki68npkcxm18p5ga24611fcv"))))
"1036k71f6mffy9rjwzmhr5nnp1n0wzb0rqvilpzvb8jc5yxv0810"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("cc=gcc")