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
parent
d01ac858be
commit
4040b6c84c
|
@ -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
|
||||
|
|
Reference in New Issue