diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-01 17:37:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-01 17:52:43 +0200 |
commit | ec3cff2d7f1f5cae5b0fca5dbbf19f91721cc1be (patch) | |
tree | c5147148b7091704836df6433a961aba05e565c1 /gnu/packages | |
parent | 210f5420ed84ed38e9cc4bbae93896dc03ab8346 (diff) | |
download | guix-ec3cff2d7f1f5cae5b0fca5dbbf19f91721cc1be.tar.gz guix-ec3cff2d7f1f5cae5b0fca5dbbf19f91721cc1be.zip |
gnu: haproxy: Update to 2.1.7.
* gnu/packages/networking.scm (haproxy): Update to 2.1.7.
Diffstat (limited to 'gnu/packages')
-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 af49b25e7c..836da737c8 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3201,7 +3201,7 @@ cables.") (define-public haproxy (package (name "haproxy") - (version "2.1.6") + (version "2.1.7") (source (origin (method url-fetch) (uri (string-append "https://www.haproxy.org/download/" @@ -3209,7 +3209,7 @@ cables.") "/src/haproxy-" version ".tar.gz")) (sha256 (base32 - "1pyz4gckdn8982vpb1iiw9agwp2s5p8wc0nn1qh1ic0wq3lrnpg6")))) + "0fd3c1znid5a9w3gcf77b85hm2a2558w9s02c4b7xzkmivqnqbir")))) (build-system gnu-build-system) (arguments `(#:make-flags |