[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/15: gnu: haproxy: Update to 2.1.7.
From: |
guix-commits |
Subject: |
13/15: gnu: haproxy: Update to 2.1.7. |
Date: |
Wed, 1 Jul 2020 11:54:18 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ec3cff2d7f1f5cae5b0fca5dbbf19f91721cc1be
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 1 17:37:00 2020 +0200
gnu: haproxy: Update to 2.1.7.
* gnu/packages/networking.scm (haproxy): Update to 2.1.7.
---
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 af49b25..836da73 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
- branch master updated (cdf34ee -> 78d473a), guix-commits, 2020/07/01
- 01/15: gnu: mtxclient: Update to 0.3.1., guix-commits, 2020/07/01
- 03/15: gnu: ngircd: Update to 26., guix-commits, 2020/07/01
- 07/15: gnu: samplv1: Update to 0.9.15., guix-commits, 2020/07/01
- 08/15: gnu: padthv1: Update to 0.9.15., guix-commits, 2020/07/01
- 12/15: gnu: solaar: Fix build., guix-commits, 2020/07/01
- 13/15: gnu: haproxy: Update to 2.1.7.,
guix-commits <=
- 15/15: gnu: squid: Update to 4.12., guix-commits, 2020/07/01
- 02/15: gnu: nheko: Update to 0.7.2., guix-commits, 2020/07/01
- 05/15: gnu: synthv1: Update to 0.9.15., guix-commits, 2020/07/01
- 06/15: gnu: drumkv1: Update to 0.9.15., guix-commits, 2020/07/01
- 04/15: gnu: mpd: Update to 0.21.24., guix-commits, 2020/07/01
- 09/15: gnu: ncdu: Update to 1.15.1., guix-commits, 2020/07/01
- 11/15: gnu: qtractor: Update to 0.9.15., guix-commits, 2020/07/01
- 10/15: gnu: ncdu: Fix up synopsis & description., guix-commits, 2020/07/01
- 14/15: gnu: libndp: Use HTTPS., guix-commits, 2020/07/01