all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Solene Rapenne via Guix-patches via <guix-patches@gnu.org>
To: 48968@debbugs.gnu.org
Subject: [bug#48968] [PATCH] gnu: goaccess: Update to 1.5.
Date: Sat, 12 Jun 2021 09:27:40 +0200	[thread overview]
Message-ID: <20210612092740.77fb4acc@perso.pw> (raw)

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





             reply	other threads:[~2021-06-12  7:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-12  7:27 Solene Rapenne via Guix-patches via [this message]
2021-06-13 20:31 ` bug#48968: [PATCH] gnu: goaccess: Update to 1.5 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210612092740.77fb4acc@perso.pw \
    --to=guix-patches@gnu.org \
    --cc=48968@debbugs.gnu.org \
    --cc=solene@perso.pw \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.