mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
0118fe6f85
commit
078215449c
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ (define-module (gnu packages high-availability)
|
|||
(define-public haproxy
|
||||
(package
|
||||
(name "haproxy")
|
||||
(version "2.7.6")
|
||||
(version "2.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -72,7 +72,7 @@ (define-public haproxy
|
|||
(version-major+minor version)
|
||||
"/src/haproxy-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0kxpvrn6iaxhw2f2hrxblns6pnxmrds3vvs9h6nwbkrzvdykagqk"))))
|
||||
(base32 "1aqfp1gslk4dfvrrzg51h0mn1j4n4in82z701bi7ycs63b6qm8gv"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue