guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: multipath-tools: Update to 0.7.7.


From: Tobias Geerinckx-Rice
Subject: 06/08: gnu: multipath-tools: Update to 0.7.7.
Date: Thu, 16 Aug 2018 12:45:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 12b99f753a28d21ba8b6815145f59c74a9041802
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 16 15:25:23 2018 +0200

    gnu: multipath-tools: Update to 0.7.7.
    
    * gnu/packages/linux.scm (multipath-tools): Update to 0.7.7.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f9c364d..505119d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2975,7 +2975,7 @@ arrays when needed.")
 (define-public multipath-tools
   (package
     (name "multipath-tools")
-    (version "0.7.6")
+    (version "0.7.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://git.opensvc.com/?p=multipath-tools/";
@@ -2983,7 +2983,7 @@ arrays when needed.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0zkcayi3mmp43ji2zid1gprgsvqhjjapsw7jjd60sf75prf50h2r"))
+                "1lirhjjv37jnf42r1ylrhi8kbzx9j9xnyfzvxpp6bzcp0fawigig"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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