[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/15: gnu: squid: Update to 4.12.
From: |
guix-commits |
Subject: |
15/15: gnu: squid: Update to 4.12. |
Date: |
Wed, 1 Jul 2020 11:54:18 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 78d473aaf9826e5a26969963c7ec17c48eb877d6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 1 17:48:48 2020 +0200
gnu: squid: Update to 4.12.
* gnu/packages/networking.scm (squid): Update to 4.12.
---
gnu/packages/networking.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 37f6ae2..d75f524 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1127,15 +1127,14 @@ TCP connection, TLS handshake and so on) in the
terminal.")
(define-public squid
(package
(name "squid")
- (version "4.11")
+ (version "4.12")
(source
(origin
(method url-fetch)
(uri (string-append "http://www.squid-cache.org/Versions/v4/squid-"
version ".tar.xz"))
(sha256
- (base32
- "0z986kykx539wjqd7mr8y0abf3z6hz8byf8fmmbky9hh4ihlgnaf"))))
+ (base32 "05z34ysy2zn7as11vd365xxhh36bm1ysiwcbr0i0f0nwng406apl"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch master updated (cdf34ee -> 78d473a), guix-commits, 2020/07/01
- 01/15: gnu: mtxclient: Update to 0.3.1., guix-commits, 2020/07/01
- 03/15: gnu: ngircd: Update to 26., guix-commits, 2020/07/01
- 07/15: gnu: samplv1: Update to 0.9.15., guix-commits, 2020/07/01
- 08/15: gnu: padthv1: Update to 0.9.15., guix-commits, 2020/07/01
- 12/15: gnu: solaar: Fix build., guix-commits, 2020/07/01
- 13/15: gnu: haproxy: Update to 2.1.7., guix-commits, 2020/07/01
- 15/15: gnu: squid: Update to 4.12.,
guix-commits <=
- 02/15: gnu: nheko: Update to 0.7.2., guix-commits, 2020/07/01
- 05/15: gnu: synthv1: Update to 0.9.15., guix-commits, 2020/07/01
- 06/15: gnu: drumkv1: Update to 0.9.15., guix-commits, 2020/07/01
- 04/15: gnu: mpd: Update to 0.21.24., guix-commits, 2020/07/01
- 09/15: gnu: ncdu: Update to 1.15.1., guix-commits, 2020/07/01
- 11/15: gnu: qtractor: Update to 0.9.15., guix-commits, 2020/07/01
- 10/15: gnu: ncdu: Fix up synopsis & description., guix-commits, 2020/07/01
- 14/15: gnu: libndp: Use HTTPS., guix-commits, 2020/07/01