gnu: goaccess: Update to 1.5.
authorSolene Rapenne <solene@perso.pw>
Sat, 12 Jun 2021 07:27:40 +0000 (09:27 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 13 Jun 2021 21:57:44 +0000 (23:57 +0200)
works fine for me, tested with a huge log file and many parameters.

* gnu/packages/web.scm (goaccess): Update to 1.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/web.scm

index b26388c..31c78fc 100644 (file)
@@ -5829,14 +5829,14 @@ config files---you only have to specify the www root.")
 (define-public goaccess
   (package
     (name "goaccess")
-    (version "1.0.2")
+    (version "1.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://tar.goaccess.io/goaccess-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1w84y61f3ldg2f28q6qlyr1scn3mcx0bsbq3i5xi5w193wh3xa2q"))
+                "0qf1mbri1ypfnsi7cz4yll229zpfnkhig70h6hz2h0wpz1fns8ln"))
               (modules '((guix build utils)))
               (snippet '(begin
                           (substitute* "src/error.h"