GNU bug report logs -
#48968
[PATCH] gnu: goaccess: Update to 1.5.
Previous Next
Reported by: Solene Rapenne <solene <at> perso.pw>
Date: Sat, 12 Jun 2021 07:29:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
works fine for me, tested with a huge log file and many parameters.
* gnu/packages/web.scm (goaccess): Update to 1.5.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 15befe7e6d..b8dbcbf904 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5828,14 +5828,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"
--
2.32.0
This bug report was last modified 3 years and 340 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.