diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-10 04:45:04 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-10 05:09:29 +0200 |
commit | 01979fafb327cbd502ce290d7439791a80dfcaa6 (patch) | |
tree | 4f4fb5591b102e01bdb96d6f3b0f5e88e04517ed /gnu | |
parent | d2a7cb46a62f55ce8de6dc3c963aee176a1d7684 (diff) |
gnu: haproxy: Update to 2.1.6.
* gnu/packages/networking.scm (haproxy): Update to 2.1.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 3ad68ad070..2ed4b4d767 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -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 |