me
/
guix
Archived
1
0
Fork 0

gnu: aha: Update to 0.5.1.

* gnu/packages/textutils.scm (aha): Update to 0.5.1.
master
Tobias Geerinckx-Rice 2020-08-13 02:16:56 +02:00
parent f1c294e0fa
commit 7d98468cec
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 5 deletions

View File

@ -1148,7 +1148,7 @@ This package provides Python bindings.")
(define-public aha (define-public aha
(package (package
(name "aha") (name "aha")
(version "0.5") (version "0.5.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1156,8 +1156,7 @@ This package provides Python bindings.")
(url "https://github.com/theZiz/aha") (url "https://github.com/theZiz/aha")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32 "1gywad0rvvz3c5balz8cxsnx0562hj2ngzqyr8zsy2mb4pn0lpgv"))
"0byml4rmpiaalwx69jcixl3yvpvwmwiss1jzgsqwshilb2p4qnmz"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
@ -1167,8 +1166,7 @@ This package provides Python bindings.")
#:make-flags (list "CC=gcc" #:make-flags (list "CC=gcc"
(string-append "PREFIX=" (string-append "PREFIX="
(assoc-ref %outputs "out"))) (assoc-ref %outputs "out")))
;; no check target #:tests? #f)) ; no test suite
#:tests? #f))
(home-page "https://github.com/theZiz/aha") (home-page "https://github.com/theZiz/aha")
(synopsis "Converts terminal escape sequences to HTML") (synopsis "Converts terminal escape sequences to HTML")
(description "@command{aha} (Ansi Html Adapter) converts ANSI escape sequences (description "@command{aha} (Ansi Html Adapter) converts ANSI escape sequences