guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: keepalived: Update to 2.0.19.


From: guix-commits
Subject: 07/07: gnu: keepalived: Update to 2.0.19.
Date: Wed, 8 Jan 2020 02:24:43 -0500 (EST)

wigust pushed a commit to branch master
in repository guix.

commit 5e5b884ef62e41a0e2146be79de8e112bf5c7b9d
Author: Oleg Pykhalov <address@hidden>
AuthorDate: Wed Jan 8 08:24:02 2020 +0300

    gnu: keepalived: Update to 2.0.19.
    
    * gnu/packages/cluster.scm (keepalived): Update to 2.0.19.
---
 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 03700b0..296fe94 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -36,7 +36,7 @@
 (define-public keepalived
   (package
     (name "keepalived")
-    (version "2.0.18")
+    (version "2.0.19")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -44,7 +44,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "1l2g0bzzbah9svfpwa0b9dgvwfv85r2y3qdr54822hg5p2qs48ql"))))
+                "19scrrjsxw5g914d5ka352445blaq77dk2vm4vxabijvfra88bqf"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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