[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: squid: Update to 4.15.
From: |
guix-commits |
Subject: |
08/11: gnu: squid: Update to 4.15. |
Date: |
Wed, 12 May 2021 18:40:20 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 026a16ff0da725e9f53b89584d8b8404e91f395f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed May 12 22:41:01 2021 +0200
gnu: squid: Update to 4.15.
* gnu/packages/networking.scm (squid): Update to 4.15.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 7c00392..016151a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1698,14 +1698,14 @@ TCP connection, TLS handshake and so on) in the
terminal.")
(define-public squid
(package
(name "squid")
- (version "4.14")
+ (version "4.15")
(source
(origin
(method url-fetch)
(uri (string-append "http://www.squid-cache.org/Versions/v4/squid-"
version ".tar.xz"))
(sha256
- (base32 "1z4zf98q24ps19fq840n0hwh6z1la65rf061kcapr29lcjm7s2gi"))))
+ (base32 "09aaz0hi7q4s5jalgl5i5fakmgzv5akf03gnajlah498mgjs94xn"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
- 01/11: gnu: Add xfstests., (continued)
- 01/11: gnu: Add xfstests., guix-commits, 2021/05/12
- 04/11: gnu: qjackctl: Update to 0.9.3., guix-commits, 2021/05/12
- 05/11: gnu: qjackctl: Build with CMake., guix-commits, 2021/05/12
- 03/11: gnu: ccache: Update to 4.3., guix-commits, 2021/05/12
- 02/11: gnu: libjcat: Update to 0.1.7., guix-commits, 2021/05/12
- 06/11: gnu: snappy: Update to 1.1.9., guix-commits, 2021/05/12
- 07/11: gnu: svt-av1: Update to 0.8.7., guix-commits, 2021/05/12
- 09/11: gnu: libupnp: Update to 1.14.7., guix-commits, 2021/05/12
- 10/11: gnu: hdparm: Update to 9.62., guix-commits, 2021/05/12
- 11/11: gnu: btrfs-progs: Update to 5.12., guix-commits, 2021/05/12
- 08/11: gnu: squid: Update to 4.15.,
guix-commits <=