guix-commits
[Top][All Lists]
Advanced

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

74/104: gnu: multipath-tools: Fetch with git.


From: guix-commits
Subject: 74/104: gnu: multipath-tools: Fetch with git.
Date: Sun, 17 May 2020 11:36:45 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit f32536b13bab0c7eb5dfe5ac0bf03ddbaf95955a
Author: Marius Bakke <address@hidden>
AuthorDate: Sat May 16 18:08:27 2020 +0200

    gnu: multipath-tools: Fetch with git.
    
    * gnu/packages/linux.scm (multipath-tools)[source]: Change to GIT-FETCH.
---
 gnu/packages/linux.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index bfee437..793036a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4184,13 +4184,14 @@ arrays when needed.")
     (name "multipath-tools")
     (version "0.8.3")
     (source (origin
-              (method url-fetch)
-              (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"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://git.opensvc.com/multipath-tools/.git";)
+                    (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1c6ay97wlfv1fl0y8hcfpxhkps14hlnw9gzmj7884micsp7pa9yv"))
+                "02kdbk3gv3fx5dg445scz3l4lg0sznlv037qkjgpw9xkw4l50cfd"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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