gnu: haproxy: Update to 2.1.4.
* gnu/packages/networking.scm (haproxy): Update to 2.1.4.master
parent
ba40c10be7
commit
91982acc4f
|
@ -3102,7 +3102,7 @@ cables.")
|
||||||
(define-public haproxy
|
(define-public haproxy
|
||||||
(package
|
(package
|
||||||
(name "haproxy")
|
(name "haproxy")
|
||||||
(version "2.1.3")
|
(version "2.1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.haproxy.org/download/"
|
(uri (string-append "https://www.haproxy.org/download/"
|
||||||
|
@ -3110,7 +3110,7 @@ cables.")
|
||||||
"/src/haproxy-" version ".tar.gz"))
|
"/src/haproxy-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n8bw3d6gikr8c56ycrvksp1sl0b4yfzp19867cxkl3l0daqwrxv"))))
|
"1kcizs5r538chhpwqykdngxyqfi98i03akfjnii721npjvv0y0si"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Reference in New Issue