guix-commits
[Top][All Lists]
Advanced

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

11/26: gnu: haproxy: Update to 2.1.4.


From: guix-commits
Subject: 11/26: gnu: haproxy: Update to 2.1.4.
Date: Mon, 25 May 2020 18:20:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 91982acc4fd6a36c5c53bd313e3c916a914e46ff
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon May 25 23:13:28 2020 +0200

    gnu: haproxy: Update to 2.1.4.
    
    * 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 81d58d1..b0c1440 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3102,7 +3102,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/";
@@ -3110,7 +3110,7 @@ cables.")
                                   "/src/haproxy-" version ".tar.gz"))
               (sha256
                (base32
-                "0n8bw3d6gikr8c56ycrvksp1sl0b4yfzp19867cxkl3l0daqwrxv"))))
+                "1kcizs5r538chhpwqykdngxyqfi98i03akfjnii721npjvv0y0si"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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