nckx pushed a commit to branch master
in repository guix.

commit fef7f8f692d8f6271e197b34c709ad9ec2c21d71
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Thu Jul 5 01:27:07 2018 +0200

    gnu: keepalived: Update to 2.0.5.
    
    * gnu/packages/cluster.scm (keepalived): Update to 2.0.5.
---
 gnu/packages/cluster.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cluster.scm b/gnu/packages/cluster.scm
index faaaa24..3d75e84 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -31,7 +31,7 @@
 (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 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "0qf46bfxv4w7qx7d73qq26pp72cvbyfjvna3hxn208vynvapalh0"))))
+                "021a7c1lq4aqx7dbwhlm5km6w039hapfzp5hf6wb5bfq79s25g38"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases

Reply via email to