diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-05-25 23:57:54 +0200 |
---|---|---|
committer | Guix Patches Tester <> | 2020-05-25 23:00:32 +0100 |
commit | 1a552c00f5b2234e6048599b6ed3510ceeefa403 (patch) | |
tree | c97af1667c7dd70a0ec682425142579020f1b08f /gnu | |
parent | de0eac713ee31362374ef7caa22e477d8c706d23 (diff) | |
download | patches-1a552c00f5b2234e6048599b6ed3510ceeefa403.tar patches-1a552c00f5b2234e6048599b6ed3510ceeefa403.tar.gz |
gnu: haproxy: Update to 2.1.4.
* gnu/packages/networking.scm (haproxy): Update to 2.1.4.
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 f106d2bf72..aa31cb729e 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3099,7 +3099,7 @@ cables.") (define-public haproxy (package (name "haproxy") - (version "2.1.3") + (version "2.1.4") (source (origin (method url-fetch) (uri (string-append "https://www.haproxy.org/download/" @@ -3107,7 +3107,7 @@ cables.") "/src/haproxy-" version ".tar.gz")) (sha256 (base32 - "0n8bw3d6gikr8c56ycrvksp1sl0b4yfzp19867cxkl3l0daqwrxv")))) + "1kcizs5r538chhpwqykdngxyqfi98i03akfjnii721npjvv0y0si")))) (build-system gnu-build-system) (arguments `(#:make-flags |