gnu: haproxy: Update to 2.1.6.

* gnu/packages/networking.scm (haproxy): Update to 2.1.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-10 04:45:04 +02:00
parent d2a7cb46a6
commit 01979fafb3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -3106,7 +3106,7 @@ cables.")
(define-public haproxy
(package
(name "haproxy")
(version "2.1.5")
(version "2.1.6")
(source (origin
(method url-fetch)
(uri (string-append "https://www.haproxy.org/download/"
@ -3114,7 +3114,7 @@ cables.")
"/src/haproxy-" version ".tar.gz"))
(sha256
(base32
"188ff33610jj11knjwjqwxci4p0i63n9k0l8bdb47ckahg2ll5s2"))))
"1pyz4gckdn8982vpb1iiw9agwp2s5p8wc0nn1qh1ic0wq3lrnpg6"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags