me
/
guix
Archived
1
0
Fork 0

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>
master
Yovan Naumovski 2023-04-07 20:45:23 +03:00 committed by Maxim Cournoyer
parent 432e8d7750
commit dcd81e9e57
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

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