[PATCH] gnu: goaccess: Update to 1.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Solene Rapenne
Owner
unassigned
Submitted by
Solene Rapenne
Severity
normal

Debbugs page

Solene Rapenne wrote 4 years ago
(address . guix-patches@gnu.org)
20210612092740.77fb4acc@perso.pw
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(-)

Toggle diff (23 lines)
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
Ludovic Courtès wrote 4 years ago
(name . Solene Rapenne)(address . solene@perso.pw)(address . 48968-done@debbugs.gnu.org)
871r951p6o.fsf@gnu.org
Hi,

Solene Rapenne <solene@perso.pw> skribis:

Toggle quote (4 lines)
> works fine for me, tested with a huge log file and many parameters.
>
> * gnu/packages/web.scm (goaccess): Update to 1.5.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 48968@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48968
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help