mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: haproxy: Update to 2.1.5.
* gnu/packages/networking.scm (haproxy): Update to 2.1.5.
This commit is contained in:
parent
26fd58f2bb
commit
a9f862687e
1 changed files with 2 additions and 2 deletions
|
@ -3103,7 +3103,7 @@ (define-public vde2
|
||||||
(define-public haproxy
|
(define-public haproxy
|
||||||
(package
|
(package
|
||||||
(name "haproxy")
|
(name "haproxy")
|
||||||
(version "2.1.4")
|
(version "2.1.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.haproxy.org/download/"
|
(uri (string-append "https://www.haproxy.org/download/"
|
||||||
|
@ -3111,7 +3111,7 @@ (define-public haproxy
|
||||||
"/src/haproxy-" version ".tar.gz"))
|
"/src/haproxy-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kcizs5r538chhpwqykdngxyqfi98i03akfjnii721npjvv0y0si"))))
|
"188ff33610jj11knjwjqwxci4p0i63n9k0l8bdb47ckahg2ll5s2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Loading…
Reference in a new issue