This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2ccae27a87 gnu: drbd-utils: Update to 9.31.0.
2ccae27a87 is described below

commit 2ccae27a877999dfc1db9bd070b161ec36cdc5e2
Author: heq <[email protected]>
AuthorDate: Thu Jul 31 15:38:41 2025 +0200

    gnu: drbd-utils: Update to 9.31.0.
    
    * gnu/packages/cluster.scm (drbd-utils): Update to 9.31.0.
    
    Change-Id: I626d1873955d0b8b9b448da8b8758a13c2966929
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 866cfdce5b..4cf11d673a 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -47,14 +47,14 @@
 (define-public drbd-utils
   (package
     (name "drbd-utils")
-    (version "9.25.0")
+    (version "9.31.0")
     (source (origin
               (method url-fetch)
               (uri (list (string-append "https://pkg.linbit.com/downloads/drbd";
                                         "/utils/drbd-utils-" version 
".tar.gz")))
               (sha256
                (base32
-                "01vbghs4vyl3jvxkid59bqv73dya98k6jx5zhni2yx2xf8msynvf"))
+                "0z6iqc18r5y65c0zk9xr0nzr1cjy3d4zzklfs4158k0zh3ga0y3r"))
               (modules '((guix build utils)))
               (snippet
                '(begin

Reply via email to