guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#41533] [PATCH 04/10] gnu: haproxy: Update to 2.1.4.


From: Vincent Legoll
Subject: [bug#41533] [PATCH 04/10] gnu: haproxy: Update to 2.1.4.
Date: Mon, 25 May 2020 23:57:54 +0200

* gnu/packages/networking.scm (haproxy): Update to 2.1.4.
---
 gnu/packages/networking.scm | 4 ++--
 1 file 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
-- 
2.26.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]