guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: drbd-utils: Update to 9.21.2.


From: guix-commits
Subject: 02/05: gnu: drbd-utils: Update to 9.21.2.
Date: Mon, 20 Jun 2022 17:54:41 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1216eb5a5af096cdb648409ec967fb1a648bbb7e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jun 20 15:31:26 2022 +0200

    gnu: drbd-utils: Update to 9.21.2.
    
    * gnu/packages/cluster.scm (drbd-utils): Update to 9.21.2.
---
 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 057e49c63f..f14a5bddb4 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -42,14 +42,14 @@
 (define-public drbd-utils
   (package
     (name "drbd-utils")
-    (version "9.19.1")
+    (version "9.21.2")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://pkg.linbit.com/downloads/drbd";
                                         "/utils/drbd-utils-" version 
".tar.gz")))
               (sha256
                (base32
-                "1l99kcrb0j85wxxmrdihpx9bk1a4sdi7wlp5m1x5l24k8ck1m5cf"))
+                "1zhinblhpfb7wq3wkaim4xzx1m89671djvnrf4vjabfzpclkz60h"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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