~ruther/guix-local

01979fafb327cbd502ce290d7439791a80dfcaa6 — Tobias Geerinckx-Rice 6 years ago d2a7cb4
gnu: haproxy: Update to 2.1.6.

* gnu/packages/networking.scm (haproxy): Update to 2.1.6.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/networking.scm
M gnu/packages/networking.scm => gnu/packages/networking.scm +2 -2
@@ 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