guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: drbd-utils: Update to 9.19.1.


From: guix-commits
Subject: 01/04: gnu: drbd-utils: Update to 9.19.1.
Date: Sun, 5 Dec 2021 08:40:32 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit e166e6acf672d0350e16f47996b5157531e72ef5
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Nov 29 19:22:50 2021 +0100

    gnu: drbd-utils: Update to 9.19.1.
    
    * gnu/packages/cluster.scm (drbd-utils): Update to 9.19.1.
---
 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 eef6527..3043760 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.0")
+    (version "9.19.1")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://pkg.linbit.com/downloads/drbd";
                                         "/utils/drbd-utils-" version 
".tar.gz")))
               (sha256
                (base32
-                "1bbw91hil55d2047r2bdhx2daxc1wqysra2qqm77iy1hcvnvy9rq"))
+                "1l99kcrb0j85wxxmrdihpx9bk1a4sdi7wlp5m1x5l24k8ck1m5cf"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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