gnu: keepalived: Update to 2.0.5.

* gnu/packages/cluster.scm (keepalived): Update to 2.0.5.
This commit is contained in:
Tobias Geerinckx-Rice 2018-07-05 01:27:07 +02:00
parent ba8528e759
commit fef7f8f692
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -31,7 +31,7 @@ (define-module (gnu packages cluster)
(define-public keepalived
(package
(name "keepalived")
(version "2.0.4")
(version "2.0.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -39,7 +39,7 @@ (define-public keepalived
version ".tar.gz"))
(sha256
(base32
"0qf46bfxv4w7qx7d73qq26pp72cvbyfjvna3hxn208vynvapalh0"))))
"021a7c1lq4aqx7dbwhlm5km6w039hapfzp5hf6wb5bfq79s25g38"))))
(build-system gnu-build-system)
(arguments
'(#:phases