mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01: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
|
(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
|
||||||
|
|
Loading…
Reference in a new issue