mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: aha: Update to 0.5.1.
* gnu/packages/textutils.scm (aha): Update to 0.5.1.
This commit is contained in:
parent
f1c294e0fa
commit
7d98468cec
1 changed files with 3 additions and 5 deletions
|
@ -1148,7 +1148,7 @@ (define-public python-pandocfilters
|
|||
(define-public aha
|
||||
(package
|
||||
(name "aha")
|
||||
(version "0.5")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1156,8 +1156,7 @@ (define-public aha
|
|||
(url "https://github.com/theZiz/aha")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"0byml4rmpiaalwx69jcixl3yvpvwmwiss1jzgsqwshilb2p4qnmz"))
|
||||
(base32 "1gywad0rvvz3c5balz8cxsnx0562hj2ngzqyr8zsy2mb4pn0lpgv"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
@ -1167,8 +1166,7 @@ (define-public aha
|
|||
#:make-flags (list "CC=gcc"
|
||||
(string-append "PREFIX="
|
||||
(assoc-ref %outputs "out")))
|
||||
;; no check target
|
||||
#:tests? #f))
|
||||
#:tests? #f)) ; no test suite
|
||||
(home-page "https://github.com/theZiz/aha")
|
||||
(synopsis "Converts terminal escape sequences to HTML")
|
||||
(description "@command{aha} (Ansi Html Adapter) converts ANSI escape sequences
|
||||
|
|
Loading…
Reference in a new issue