guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: mailutils: Update to 3.9.


From: guix-commits
Subject: 03/03: gnu: mailutils: Update to 3.9.
Date: Fri, 27 Mar 2020 14:09:39 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7cb77b789614fbf3cd21b6c2c086e6bbbad262b4
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri Mar 27 18:53:05 2020 +0100

    gnu: mailutils: Update to 3.9.
    
    * gnu/packages/mail.scm (mailutils): Update to 3.9.
    [arguments]: In 'prepare-test-suite' phase, adjust name of the mda
    'testsuite' files.
---
 gnu/packages/mail.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index e36e010..1b69f32 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -144,14 +144,14 @@
 (define-public mailutils
   (package
     (name "mailutils")
-    (version "3.8")
+    (version "3.9")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/mailutils/mailutils-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "1wkn9ch664477r4d8jk9153w5msljsbj99907k7zgzpmywbs6ba7"))))
+               "1g1xf2lal04nsnf1iym9n9n0wxjpqbcr9nysxpm98v4pniinqwsz"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -166,7 +166,8 @@
              ;; Tests try to invoke 'mda' such that it looks up the
              ;; 'root' user, which does not exist in the build
              ;; environment.
-             (substitute* "mda/tests/testsuite"
+             (substitute* '("mda/mda/tests/testsuite"
+                            "mda/lmtpd/tests/testsuite")
                (("root <")         "nobody <")
                (("spool/root")     "spool/nobody")
                (("root@localhost") "nobody@localhost"))



reply via email to

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