summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-02 04:33:27 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-02 18:06:05 +0200
commita9f862687e297618318028d939b2c33852e5489f (patch)
treee4f183f2fda668cc8a7c6aaa1c072deeb35998cc /gnu/packages
parent26fd58f2bbd4a0c64b5563c0c125e4143a6c4c8c (diff)
downloadguix-patches-a9f862687e297618318028d939b2c33852e5489f.tar
guix-patches-a9f862687e297618318028d939b2c33852e5489f.tar.gz
gnu: haproxy: Update to 2.1.5.
* gnu/packages/networking.scm (haproxy): Update to 2.1.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 593605bb46..ca7b36bb6a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3103,7 +3103,7 @@ cables.")
(define-public haproxy
(package
(name "haproxy")
- (version "2.1.4")
+ (version "2.1.5")
(source (origin
(method url-fetch)
(uri (string-append "https://www.haproxy.org/download/"
@@ -3111,7 +3111,7 @@ cables.")
"/src/haproxy-" version ".tar.gz"))
(sha256
(base32
- "1kcizs5r538chhpwqykdngxyqfi98i03akfjnii721npjvv0y0si"))))
+ "188ff33610jj11knjwjqwxci4p0i63n9k0l8bdb47ckahg2ll5s2"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags