guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: drbd-utils: Update to 9.25.0.


From: guix-commits
Subject: 04/09: gnu: drbd-utils: Update to 9.25.0.
Date: Fri, 8 Sep 2023 06:56:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c14e115b8a927ffded33e5377b890d78672e9023
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 7 22:00:29 2023 +0800

    gnu: drbd-utils: Update to 9.25.0.
    
    * gnu/packages/cluster.scm (drbd-utils): Update to 9.25.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 6d10d73859..1b38015372 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -46,14 +46,14 @@
 (define-public drbd-utils
   (package
     (name "drbd-utils")
-    (version "9.22.0")
+    (version "9.25.0")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://pkg.linbit.com/downloads/drbd";
                                         "/utils/drbd-utils-" version 
".tar.gz")))
               (sha256
                (base32
-                "02zdfd9xg5xdxps2bg9ch3vkrs800whsycazkvgi29p80nihq1vm"))
+                "01vbghs4vyl3jvxkid59bqv73dya98k6jx5zhni2yx2xf8msynvf"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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