gnu: haproxy: Update to 2.7.6.

* gnu/packages/high-availability.scm (haproxy): Update to 2.7.6.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Yovan Naumovski 2023-04-07 20:45:23 +03:00 committed by Nicolas Goaziou
parent 514df2930c
commit 0cbbfc05bf
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -60,7 +60,7 @@ (define-module (gnu packages high-availability)
(define-public haproxy
(package
(name "haproxy")
(version "2.7.5")
(version "2.7.6")
(source
(origin
(method url-fetch)
@ -68,7 +68,7 @@ (define-public haproxy
(version-major+minor version)
"/src/haproxy-" version ".tar.gz"))
(sha256
(base32 "00j5lwvrf8lgfid3108gclxbd46v3mnd4lh0lw4l0nn3f0rf9ip2"))))
(base32 "0kxpvrn6iaxhw2f2hrxblns6pnxmrds3vvs9h6nwbkrzvdykagqk"))))
(build-system gnu-build-system)
(arguments
(list