guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: drbd-utils: Update to 9.15.1.


From: guix-commits
Subject: 03/10: gnu: drbd-utils: Update to 9.15.1.
Date: Mon, 30 Nov 2020 15:47:10 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d74c82b24e10ee59a2484577e0e535f36c078a7f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 30 18:28:56 2020 +0100

    gnu: drbd-utils: Update to 9.15.1.
    
    * gnu/packages/cluster.scm (drbd-utils): Update to 9.15.1.
---
 gnu/packages/cluster.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cluster.scm b/gnu/packages/cluster.scm
index 17ce23d..0199659 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Andrew Miloradovsky <andrew@interpretmath.pw>
 ;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
 ;;;
@@ -39,7 +39,7 @@
 (define-public drbd-utils
   (package
     (name "drbd-utils")
-    (version "9.15.0")
+    (version "9.15.1")
     (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
-                "0jh7zdxpbjkq53pmrn0jfn33abi4vs8axp55h5256czwc2gfb6z8"))
+                "1q92bwnprqkkj9iy6fxcybcfpxvvjw5clis0igrbxqnq869kwp1i"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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