gnu: haproxy: Update to 2.9.0.

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

Change-Id: I430c0694ba682b3be5332fdafb20ba7ac5996402
This commit is contained in:
Sharlatan Hellseher 2024-01-18 21:26:09 +00:00
parent 0118fe6f85
commit 078215449c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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