[PATCH] gnu: mailutils: Update to 3.16

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Christopher Baines
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
9aa1ea66963f3b6d735b0a11581b2c1d2d2dd29d.1686384671.git.atai@atai.org
* gnu/packages/mail.scm (mailutils): Update to 3.16
---
gnu/packages/mail.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ee6e19fcfe..8408d27e82 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -275,14 +275,14 @@ (define-public anubis
(define-public mailutils
(package
(name "mailutils")
- (version "3.15")
+ (version "3.16")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mailutils/mailutils-"
version ".tar.xz"))
(sha256
(base32
- "1nrd9wsidxami3wa86l9z8hnnwv6rhbxdkvqg7dcgz2jqf3c5l5p"))
+ "1h02l0zilxsak1sxpm15vhfaahd8rwvcksc88cc7c0wc626ia784"))
(patches
(search-patches "mailutils-variable-lookup.patch"))))
(build-system gnu-build-system)

base-commit: 9504dd2c3eef0277369acc0944f87fb4546251b1
--
2.40.1
Christopher Baines wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 63994-done@debbugs.gnu.org)
87ilbsv4xb.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (5 lines)
> * gnu/packages/mail.scm (mailutils): Update to 3.16
> ---
> gnu/packages/mail.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch Andy, this looks good to me.

I've pushed to master as 86d7c5730cd63406690ae71a19930bc8c74db4be.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSHdlBfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XcXKA//ZBwlri/UhQqR6dLmVVVhejoS++Y0Kadi
3ddIbms8ry1eSXxCxFG2TuLqN2uoOEfQ7HpocoPYDxkCV3UwqxuY7qjm2hXYUxNO
a323Rp44yjUDvQmoxnEp1YCMq/0EYOL7vutOMfABekulG9HWVg/plFEc7225KhJK
oyLTvfR6GatpqCyfzhUZY9KdDYTfwzRHn3dG21Bk8lWWXr6Ezd2ihxRDLFxhKN/1
JkdJ9DI5FJ0HscJaCTiBjMDgU7/izftXqAiVN5IuoDLLpNBZsuQ6oYUnEQOyGM+p
fKf0a8brBy1kY4ummPq0k5l5Ln+hxNywufP3kixZwXAVOSZ5eXip2GUG5Urb8uFw
tDaDnh3BELa74RRLPampMBVa+cdN2a/UGzoPPU7Rs/YMko8t5caSrYcERf/KpnqU
C9VN3PhxlIS1M31t9TWvrqMulUO4/M2n36dI6QSEuQV6HErEz8zU+ACnGzfGFDCS
5zl2eEm85C44usgp7kyqC7vw11BwOwcx3olUq6oPDC1OXzmMAR00Ce+DapUrT+FK
BNddtyLkmJIJ4Q2Wsci1vzm0SR6Cl9kAelRTnaByfUxMAetTrvnhQhCQ5pIL0Qzk
r3Cv8vrzlp1LFGkKBsieTnFo8Vx11RBtqjunjwmG393aZ25x4xBhUm+WXypXtXFZ
rjJ1fX0LIIQ=
=yhA7
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63994@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63994
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help