guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: mdadm: Update to 4.2.


From: guix-commits
Subject: 01/03: gnu: mdadm: Update to 4.2.
Date: Wed, 5 Jan 2022 17:33:04 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3d7a1b84c5bc3219c6076e492d6e98c27f2c1f86
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jan 5 06:09:51 2022 +0100

    gnu: mdadm: Update to 4.2.
    
    * gnu/packages/linux.scm (mdadm): Update to 4.2.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/linux.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5fe2025176..cc72c1821f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5022,7 +5022,7 @@ MPEG-2 and audio over Linux IEEE 1394.")
 (define-public mdadm
   (package
     (name "mdadm")
-    (version "4.1")
+    (version "4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -5030,7 +5030,7 @@ MPEG-2 and audio over Linux IEEE 1394.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0jjgjgqijpdp7ijh8slzzjjw690kydb1jjadf0x5ilq85628hxmb"))))
+                "07ghmibmbnkdy91ng87zdllzicm299l20dhs9m5bfjw6f1b22726"))))
     (build-system gnu-build-system)
     (inputs
      `(("udev" ,eudev)))
@@ -5052,15 +5052,13 @@ MPEG-2 and audio over Linux IEEE 1394.")
                                          "coreutils")))
                (substitute* "udev-md-raid-arrays.rules"
                  (("/usr/bin/(readlink|basename)" all program)
-                  (string-append coreutils "/bin/" program))))
-             #t))
+                  (string-append coreutils "/bin/" program))))))
          (add-before 'build 'remove-W-error
            (lambda _
              ;; We cannot build with -Werror on i686 due to a
              ;; 'sign-compare' warning in util.c.
              (substitute* "Makefile"
-               (("-Werror") ""))
-             #t))
+               (("-Werror") ""))))
          (delete 'configure))
        ;;tests must be done as root
        #:tests? #f))



reply via email to

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