guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/11: gnu: keepalived: Update to 2.0.18.


From: guix-commits
Subject: 02/11: gnu: keepalived: Update to 2.0.18.
Date: Tue, 24 Sep 2019 14:18:17 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ce6db0fa7ce76cc05480ede1cc3789c55848efbd
Author: Marius Bakke <address@hidden>
Date:   Thu Sep 5 13:50:04 2019 +0200

    gnu: keepalived: Update to 2.0.18.
    
    * gnu/packages/cluster.scm (keepalived): Update to 2.0.18.
---
 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 c4a26e9..177017c 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -35,7 +35,7 @@
 (define-public keepalived
   (package
     (name "keepalived")
-    (version "2.0.5")
+    (version "2.0.18")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -43,7 +43,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "021a7c1lq4aqx7dbwhlm5km6w039hapfzp5hf6wb5bfq79s25g38"))))
+                "1l2g0bzzbah9svfpwa0b9dgvwfv85r2y3qdr54822hg5p2qs48ql"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]