me
/
guix
Archived
1
0
Fork 0

gnu: mailutils: Update to 3.8.

* gnu/packages/mail.scm (mailutils): Update to 3.8.
[arguments]: Adjust substitutions.
master
Marius Bakke 2020-01-20 01:57:06 +01:00
parent 37f4454734
commit 43987c977c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 4 deletions

View File

@ -141,14 +141,14 @@
(define-public mailutils
(package
(name "mailutils")
(version "3.7")
(version "3.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mailutils/mailutils-"
version ".tar.xz"))
(sha256
(base32
"1gwajsl39f1dkzrjld0dm9px8hrj7l7rwzazz00h5rwghk9mhwhq"))))
"1wkn9ch664477r4d8jk9153w5msljsbj99907k7zgzpmywbs6ba7"))))
(build-system gnu-build-system)
(arguments
'(#:phases
@ -160,10 +160,10 @@
(("/bin/cat")
(which "cat")))
;; Tests try to invoke 'maidag' such that it looks up the
;; Tests try to invoke 'mda' such that it looks up the
;; 'root' user, which does not exist in the build
;; environment.
(substitute* "maidag/tests/testsuite"
(substitute* "mda/tests/testsuite"
(("root <") "nobody <")
(("spool/root") "spool/nobody")
(("root@localhost") "nobody@localhost"))