all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48968] [PATCH] gnu: goaccess: Update to 1.5.
@ 2021-06-12  7:27 Solene Rapenne via Guix-patches via
  2021-06-13 20:31 ` bug#48968: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Solene Rapenne via Guix-patches via @ 2021-06-12  7:27 UTC (permalink / raw)
  To: 48968

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#48968: [PATCH] gnu: goaccess: Update to 1.5.
  2021-06-12  7:27 [bug#48968] [PATCH] gnu: goaccess: Update to 1.5 Solene Rapenne via Guix-patches via
@ 2021-06-13 20:31 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-06-13 20:31 UTC (permalink / raw)
  To: Solene Rapenne; +Cc: 48968-done

Hi,

Solene Rapenne <solene@perso.pw> skribis:

> 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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-13 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-12  7:27 [bug#48968] [PATCH] gnu: goaccess: Update to 1.5 Solene Rapenne via Guix-patches via
2021-06-13 20:31 ` bug#48968: " Ludovic Courtès

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.