guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/14: gnu: aha: Update to 0.5.1.


From: guix-commits
Subject: 07/14: gnu: aha: Update to 0.5.1.
Date: Thu, 13 Aug 2020 10:35:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7d98468cecdf026182c30ced63a44bbbfb361847
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Aug 13 02:16:56 2020 +0200

    gnu: aha: Update to 0.5.1.
    
    * gnu/packages/textutils.scm (aha): Update to 0.5.1.
---
 gnu/packages/textutils.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index de68645..c5798cf 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1148,7 +1148,7 @@ This package provides Python bindings.")
 (define-public aha
   (package
     (name "aha")
-    (version "0.5")
+    (version "0.5.1")
     (source
      (origin
        (method git-fetch)
@@ -1156,8 +1156,7 @@ This package provides Python bindings.")
              (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 @@ This package provides Python bindings.")
        #: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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]