guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/18: gnu: goaccess: Update to 1.5.1.


From: guix-commits
Subject: 11/18: gnu: goaccess: Update to 1.5.1.
Date: Wed, 30 Jun 2021 15:36:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f85ca243c1f5f96d56a29ce8e2825947315e0b1c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 30 14:37:09 2021 +0200

    gnu: goaccess: Update to 1.5.1.
    
    * gnu/packages/web.scm (goaccess): Update to 1.5.1.
---
 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 c7c0422..915e08d 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.5")
+    (version "1.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://tar.goaccess.io/goaccess-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0qf1mbri1ypfnsi7cz4yll229zpfnkhig70h6hz2h0wpz1fns8ln"))
+                "03wp75n1krv8g643q00gcv1ikmzwwh8jjqmph0wxww1bwrw7whc8"))
               (modules '((guix build utils)))
               (snippet '(begin
                           (substitute* "src/error.h"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]