mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: haproxy: Update to 2.1.4.
* gnu/packages/networking.scm (haproxy): Update to 2.1.4.
This commit is contained in:
parent
ba40c10be7
commit
91982acc4f
1 changed files with 2 additions and 2 deletions
|
@ -3102,7 +3102,7 @@ (define-public vde2
|
|||
(define-public haproxy
|
||||
(package
|
||||
(name "haproxy")
|
||||
(version "2.1.3")
|
||||
(version "2.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.haproxy.org/download/"
|
||||
|
@ -3110,7 +3110,7 @@ (define-public haproxy
|
|||
"/src/haproxy-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0n8bw3d6gikr8c56ycrvksp1sl0b4yfzp19867cxkl3l0daqwrxv"))))
|
||||
"1kcizs5r538chhpwqykdngxyqfi98i03akfjnii721npjvv0y0si"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
|
|
Loading…
Reference in a new issue