From c838235160dfe196ff79014288a2587b230fcdb3 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 24 Jun 2021 23:38:47 +0200 Subject: gnu: libzim: Update to 6.3.2. * gnu/packages/web.scm (libzim): Update to 6.3.2. --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/web.scm') diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 896125aab2..c7c0422358 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -8007,7 +8007,7 @@ solution for any project's interface needs: (define-public libzim (package (name "libzim") - (version "6.3.0") + (version "6.3.2") (source (origin (method git-fetch) (uri (git-reference @@ -8015,7 +8015,7 @@ solution for any project's interface needs: (commit version))) (sha256 (base32 - "0iy0f1clhihq277x218ccx3mszgpr3h9l0by48b9ykr115nffw3s")) + "00kc4qc0a69jh1jwk5xhi567b7ffpc3p38ffrf2xaax4hvpjwmn6")) (file-name (git-file-name name version)))) (build-system meson-build-system) (arguments -- cgit 1.4.1 From f85ca243c1f5f96d56a29ce8e2825947315e0b1c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 30 Jun 2021 14:37:09 +0200 Subject: 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(-) (limited to 'gnu/packages/web.scm') diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index c7c0422358..915e08df41 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" -- cgit 1.4.1 From 739b338ee43f180cd796833b798ce41003069c28 Mon Sep 17 00:00:00 2001 From: Matthew James Kraai Date: Sat, 3 Jul 2021 03:20:07 -0700 Subject: gnu: perl-libwww: Update to 6.55. * gnu/packages/web.scm (perl-libwww): Update to 6.55. Signed-off-by: Efraim Flashner --- gnu/packages/web.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages/web.scm') diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 915e08df41..f7fd77a9d1 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -49,6 +49,7 @@ ;;; Copyright © 2020 Alexandru-Sergiu Marton ;;; Copyright © 2021 Stefan Reichör ;;; Copyright © 2021 la snesne +;;; Copyright © 2021 Matthew James Kraai ;;; ;;; This file is part of GNU Guix. ;;; @@ -3879,7 +3880,7 @@ select or poll.") (define-public perl-libwww (package (name "perl-libwww") - (version "6.49") + (version "6.55") (source (origin (method url-fetch) (uri (string-append @@ -3887,7 +3888,7 @@ select or poll.") version ".tar.gz")) (sha256 (base32 - "19k0cg4j4qz005a4ngy48z4r8dc99dxlpq8kvj7qnk15mvgd1r63")))) + "0869hn711d6fd6yil8p88wij6p1zdrbnycy7p9p176q39ajd7l61")))) (build-system perl-build-system) (native-inputs `(("perl-test-fatal" ,perl-test-fatal) -- cgit 1.4.1 From 9ea656c34573e6f31f96c3d94dc9ec21252ce348 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 5 Jul 2021 08:56:29 +0200 Subject: gnu: monolith: Update to 2.6.1. * gnu/packages/web.scm (monolith): Update to 2.6.1. --- gnu/packages/web.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gnu/packages/web.scm') diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index f7fd77a9d1..2cc8619b19 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -318,7 +318,7 @@ Interface} specification.") (define-public monolith (package (name "monolith") - (version "2.6.0") + (version "2.6.1") (source (origin (method git-fetch) @@ -327,7 +327,7 @@ Interface} specification.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0rz0b1fvyn94s4izzzrxyijwzc0np80qgmbwvg983nnzpzfr33ai")))) + (base32 "1pj4wnsw5a4ys79sqw68ib6zimaqlkplb89x6yncg949a6hj8516")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs @@ -343,8 +343,7 @@ Interface} specification.") ("rust-sha2" ,rust-sha2-0.9) ("rust-url" ,rust-url-2)) #:cargo-development-inputs - (("rust-assert-cmd" ,rust-assert-cmd-1) - ("rust-tempfile" ,rust-tempfile-3)))) + (("rust-assert-cmd" ,rust-assert-cmd-1)))) (native-inputs `(("pkg-config" ,pkg-config))) (inputs -- cgit 1.4.1