mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
updating squid to 6.10
This commit is contained in:
parent
4714701a30
commit
49b002ead9
1 changed files with 3 additions and 2 deletions
|
@ -53,11 +53,11 @@
|
|||
(package
|
||||
(inherit gnu:squid)
|
||||
(name "squid")
|
||||
(version "6.6")
|
||||
(version "6.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.squid-cache.org/Versions/v6/squid-" version ".tar.xz"))
|
||||
(sha256 (base32 "06038912kkcfzj85p7ibhd0gh6smrf59ja0jx9hk25cq92gpzgam"))))
|
||||
(sha256 (base32 "19q86j2jd2vwv298ialnhqahl0qjxjdbigi5vmq4gw13wy3v21qb"))))
|
||||
(inputs `(("libecap" ,libecap)
|
||||
,@(package-inputs gnu:squid)))
|
||||
(arguments
|
||||
|
@ -123,3 +123,4 @@
|
|||
(method url-fetch)
|
||||
(uri (string-append "https://www.openvswitch.org/releases/openvswitch-" version ".tar.gz"))
|
||||
(sha256 (base32 "0sada2a9x9x7x6a45l7iklqh29wsbrdvvgpkyz5cpf5d5fs0sbka"))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue