[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: squid: Update to 6.3.
From: |
guix-commits |
Subject: |
04/06: gnu: squid: Update to 6.3. |
Date: |
Fri, 15 Sep 2023 05:03:00 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit af1d2c031032b2b0330a3093a41b16f7699f29b9
Author: Sergey Trofimov <sarg@sarg.org.ru>
AuthorDate: Fri Sep 8 17:57:39 2023 +0200
gnu: squid: Update to 6.3.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/networking.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 6c22129a98..1eb464673d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1998,14 +1998,14 @@ TCP connection, TLS handshake and so on) in the
terminal.")
(define-public squid
(package
(name "squid")
- (version "4.17")
+ (version "6.3")
(source
(origin
(method url-fetch)
- (uri (string-append "http://www.squid-cache.org/Versions/v4/squid-"
+ (uri (string-append "http://www.squid-cache.org/Versions/v6/squid-"
version ".tar.xz"))
(sha256
- (base32 "060lwghn6q982bay11ia38c86kd8w6mjgy68n58v31kwik08m4nb"))))
+ (base32 "1yj869jnbdv1fb604j6g602dyvfnw7ahh9sh7mbqjpbsd9cgb83l"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
- branch master updated (0c1aa35404 -> a051056193), guix-commits, 2023/09/15
- 02/06: services: guix: Add bffe-service-type., guix-commits, 2023/09/15
- 06/06: gnu: delve: Update to 1.21.0., guix-commits, 2023/09/15
- 04/06: gnu: squid: Update to 6.3.,
guix-commits <=
- 01/06: gnu: Add bffe., guix-commits, 2023/09/15
- 03/06: gnu: diffoscope: Update to 250., guix-commits, 2023/09/15
- 05/06: gnu: pasystray: Update to 0.8.2., guix-commits, 2023/09/15