me
/
guix
Archived
1
0
Fork 0

gnu: squid: Update to 6.10.

* gnu/packages/networking.scm (squid): Update to 6.10.

Change-Id: I0e054e8394bc3e097bd9b53dde680af082c94344
Signed-off-by: Andreas Enge <andreas@enge.fr>
master
Andy Tai 2024-06-12 04:03:15 -07:00 committed by Andreas Enge
parent d01ac858be
commit 4040b6c84c
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -2042,14 +2042,14 @@ TCP connection, TLS handshake and so on) in the terminal.")
(define-public squid
(package
(name "squid")
(version "6.3")
(version "6.10")
(source
(origin
(method url-fetch)
(uri (string-append "http://www.squid-cache.org/Versions/v6/squid-"
version ".tar.xz"))
(sha256
(base32 "1yj869jnbdv1fb604j6g602dyvfnw7ahh9sh7mbqjpbsd9cgb83l"))))
(base32 "19q86j2jd2vwv298ialnhqahl0qjxjdbigi5vmq4gw13wy3v21qb"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags