guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: multipath-tools: Update to 0.7.4.


From: Marius Bakke
Subject: 08/08: gnu: multipath-tools: Update to 0.7.4.
Date: Sun, 4 Mar 2018 11:57:05 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3e57b7d99b49472470ca1134c4e6e1f7d334361e
Author: Marius Bakke <address@hidden>
Date:   Sun Mar 4 05:54:48 2018 +0100

    gnu: multipath-tools: Update to 0.7.4.
    
    * gnu/packages/linux.scm (multipath-tools): Update to 0.7.4.
    [source]: Download using HTTPS.
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1f9e084..2c3a1a8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2864,15 +2864,15 @@ arrays when needed.")
 (define-public multipath-tools
   (package
     (name "multipath-tools")
-    (version "0.7.1")
+    (version "0.7.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://git.opensvc.com/?p=multipath-tools/";
+              (uri (string-append "https://git.opensvc.com/?p=multipath-tools/";
                                   ".git;a=snapshot;h=" version ";sf=tgz"))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0w0rgi3lqksaki30yvd4l5rgjqb0d7js1sh7masl8aw6xbrsm26p"))
+                "02lk453wa2gfxkl8zmdws15nkcibln2yw76zm779pkngkhggl6w8"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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