guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: multipath-tools: Update to 0.8.2.


From: guix-commits
Subject: 02/02: gnu: multipath-tools: Update to 0.8.2.
Date: Wed, 17 Jul 2019 09:17:44 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit dcc773e56049eb64efc61961cddb4fdba0d7a582
Author: Marius Bakke <address@hidden>
Date:   Wed Jul 17 15:10:58 2019 +0200

    gnu: multipath-tools: Update to 0.8.2.
    
    * gnu/packages/linux.scm (multipath-tools): Update to 0.8.2.
---
 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 3785261..8ffa18a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3249,7 +3249,7 @@ arrays when needed.")
 (define-public multipath-tools
   (package
     (name "multipath-tools")
-    (version "0.7.9")
+    (version "0.8.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://git.opensvc.com/?p=multipath-tools/";
@@ -3257,7 +3257,7 @@ arrays when needed.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1jhi6bhl4ih75rfmyyjxd35ghgch5ls1gw40cjxwy9d6bd41z6q1"))
+                "0kb4mhzwyygdbikikmby6hj39pb3nrzv05v526c75wnycwnpxg31"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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