gnu: haproxy: Update to 2.1.5.

* gnu/packages/networking.scm (haproxy): Update to 2.1.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-02 04:33:27 +02:00
parent 26fd58f2bb
commit a9f862687e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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