[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: goaccess: Update to 1.5.
From: |
guix-commits |
Subject: |
02/07: gnu: goaccess: Update to 1.5. |
Date: |
Sun, 13 Jun 2021 17:59:28 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit ea0a33e8eeffcc2f9bed2a7e494a93db831c87ab
Author: Solene Rapenne <solene@perso.pw>
AuthorDate: Sat Jun 12 09:27:40 2021 +0200
gnu: goaccess: Update to 1.5.
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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index b26388c..31c78fc 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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"
- branch master updated (bd02e50 -> 0294cfc), guix-commits, 2021/06/13
- 01/07: describe: 'current-channel-entries' ignores non-channel profile entries., guix-commits, 2021/06/13
- 04/07: gnu: proof-general: Update to 4.4-0.bc86736., guix-commits, 2021/06/13
- 06/07: gnu: prosody: Update to 0.11.9., guix-commits, 2021/06/13
- 02/07: gnu: goaccess: Update to 1.5.,
guix-commits <=
- 03/07: gnu: ristretto: Update to 0.11.0., guix-commits, 2021/06/13
- 05/07: doc, gnu, guix: Fix typos., guix-commits, 2021/06/13
- 07/07: guix package: Do not say "nothing to do" upon rollback & co., guix-commits, 2021/06/13