guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: drbd-utils: Update to 9.15.0.


From: guix-commits
Subject: 08/11: gnu: drbd-utils: Update to 9.15.0.
Date: Sat, 10 Oct 2020 17:40:48 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 210b5282b03a4e5d56c9181b8ac5632a45846549
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Oct 1 10:57:27 2020 +0200

    gnu: drbd-utils: Update to 9.15.0.
    
    * gnu/packages/cluster.scm (drbd-utils): Update to 9.15.0.
---
 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 5241ed1..17ce23d 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -39,7 +39,7 @@
 (define-public drbd-utils
   (package
     (name "drbd-utils")
-    (version "9.13.1")
+    (version "9.15.0")
     (source (origin
               (method url-fetch)
               ;; Older releases are moved to /archive.  List it first because 
in
@@ -51,7 +51,7 @@
                                         "/utils/drbd-utils-" version 
".tar.gz")))
               (sha256
                (base32
-                "0di55y0vzaw8jhcgz0fakww03h1gpg4a5q1zklxhjw3dwzjvysnk"))
+                "0jh7zdxpbjkq53pmrn0jfn33abi4vs8axp55h5256czwc2gfb6z8"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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