[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: haproxy: Update to 2.1.6.
From: |
guix-commits |
Subject: |
01/03: gnu: haproxy: Update to 2.1.6. |
Date: |
Tue, 9 Jun 2020 23:09:43 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 01979fafb327cbd502ce290d7439791a80dfcaa6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 10 04:45:04 2020 +0200
gnu: haproxy: Update to 2.1.6.
* gnu/packages/networking.scm (haproxy): Update to 2.1.6.
---
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 3ad68ad..2ed4b4d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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