This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9702274bc2 gnu: goaccess: Update to 1.11.
9702274bc2 is described below

commit 9702274bc2aae2c5dd037729fd24edd9bbbd3e6f
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Aug 28 09:33:38 2026 +0200

    gnu: goaccess: Update to 1.11.
    
    * gnu/packages/web.scm (goaccess): Update to 1.11.
---
 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 ec53b83126..369c40606b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7187,14 +7187,14 @@ config files---you only have to specify the www root.")
 (define-public goaccess
   (package
     (name "goaccess")
-    (version "1.10.2")
+    (version "1.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://tar.goaccess.io/goaccess-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "03ma9v60nmqqzig76f6ilb05bjwxq7a7vp4jgly8cy9j8554idxr"))
+                "0wgz4md1ig10x2bdlgdbawmwp0qwbfskwrd4wyzq4icpkh94n0h1"))
               (modules '((guix build utils)))
               (snippet '(substitute* '("src/error.h"
                                        "src/parser.c")

Reply via email to