me
/
guix
Archived
1
0
Fork 0

gnu: goaccess: Update to 1.5.1.

* gnu/packages/web.scm (goaccess): Update to 1.5.1.
master
Tobias Geerinckx-Rice 2021-06-30 14:37:09 +02:00
parent 3e29bf169f
commit f85ca243c1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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"