me
/
guix
Archived
1
0
Fork 0

gnu: haproxy: Update to 2.1.4.

* gnu/packages/networking.scm (haproxy): Update to 2.1.4.
master
Tobias Geerinckx-Rice 2020-05-25 23:13:28 +02:00
parent ba40c10be7
commit 91982acc4f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3102,7 +3102,7 @@ cables.")
(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 @@ cables.")
"/src/haproxy-" version ".tar.gz"))
(sha256
(base32
"0n8bw3d6gikr8c56ycrvksp1sl0b4yfzp19867cxkl3l0daqwrxv"))))
"1kcizs5r538chhpwqykdngxyqfi98i03akfjnii721npjvv0y0si"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags