mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
bumping squid to 6.13
This commit is contained in:
parent
cd3b29c76d
commit
a63266fdac
1 changed files with 9 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
(define-module (glicid packages networking)
|
||||
#:use-module ((gnu packages networking) #:prefix gnu:)
|
||||
#:use-module (gnu packages autotools)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (guix build-system gnu)
|
||||
#:use-module (guix download)
|
||||
#:use-module ((guix licenses) #:prefix license:)
|
||||
|
@ -25,12 +27,16 @@
|
|||
(package
|
||||
(inherit gnu:squid)
|
||||
(name "squid")
|
||||
(version "6.12")
|
||||
(version "6.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.squid-cache.org/Versions/v6/squid-" version ".tar.xz"))
|
||||
(sha256 (base32 "0l6bng9irigrcy5q9lalynwpc3czk9lx9994dwk179834sxkmpzk"))))
|
||||
(uri (string-append "https://github.com/squid-cache/squid/archive/refs/tags/SQUID_6_13.tar.gz"))
|
||||
(sha256 (base32 "057g3grvf2fx7v3njq3rc77j2wbqmx458vfkdgin4vraxbvf5a43"))))
|
||||
(inputs `(("libecap" ,libecap)
|
||||
("automake" ,automake)
|
||||
("autoconf" ,autoconf)
|
||||
("libtool" ,libtool)
|
||||
("which" ,which)
|
||||
,@(package-inputs gnu:squid)))
|
||||
(arguments
|
||||
'(#:configure-flags (list "--disable-arch-native"
|
||||
|
|
Loading…
Add table
Reference in a new issue