guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: multipath-tools: Update to 0.9.3.


From: guix-commits
Subject: 01/03: gnu: multipath-tools: Update to 0.9.3.
Date: Mon, 14 Nov 2022 16:56:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 66edd586c297470c513ab304f83db9dc607689e6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 14 22:48:13 2022 +0100

    gnu: multipath-tools: Update to 0.9.3.
    
    * gnu/packages/linux.scm (multipath-tools): Update to 0.9.3.
    [source]: Adjust snippet.
---
 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 f87e591454..05d488aef1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5180,7 +5180,7 @@ arrays when needed.")
 (define-public multipath-tools
   (package
     (name "multipath-tools")
-    (version "0.9.0")
+    (version "0.9.3")
     (home-page "https://github.com/opensvc/multipath-tools";)
     (source (origin
               (method git-fetch)
@@ -5188,14 +5188,14 @@ arrays when needed.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "09m3vs798qb3xk0v7s3hy0nhw0dznkxjb56671kqj961h7zhg47b"))
+                "0zcnr1135znizbnfqhqv3by9i2qwn5vg6kgmj6ma3yy1x1krx0d4"))
               (modules '((guix build utils)))
               (snippet
                '(begin
                   ;; Drop bundled valgrind headers.
                   (delete-file-recursively "third-party")
                   (substitute* '("multipathd/main.c"
-                                 "libmultipath/debug.c")
+                                 "libmpathutil/debug.c")
                     (("#include \"../third-party/")
                      "#include \""))))))
     (build-system gnu-build-system)



reply via email to

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