[PATCH] gnu: mailutils: Update to 3.17

  • 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 1 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
4fd4191607026a030006f5e55359f44620e63bd7.1706941757.git.atai@atai.org
* gnu/packages/mail.scm (mailutils): Update to 3.17

Change-Id: I337e561f11185470e1cf43ddf9f9c25d64a0084a
---
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 76f379a710..1fe2bbefdc 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -280,14 +280,14 @@ (define-public anubis
(define-public mailutils
(package
(name "mailutils")
- (version "3.16")
+ (version "3.17")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mailutils/mailutils-"
version ".tar.xz"))
(sha256
(base32
- "1h02l0zilxsak1sxpm15vhfaahd8rwvcksc88cc7c0wc626ia784"))
+ "1sc45gpvnrcf7b627n8cxsp379kk2s3x68c2z19gwrkmqg7bljgs"))
(patches
(search-patches "mailutils-variable-lookup.patch"))))
(build-system gnu-build-system)

base-commit: f45d05133472a9da13eae20ba4a676c696682c90
--
2.34.1
Christopher Baines wrote 1 years ago
(name . Andy Tai)(address . atai@atai.org)
877cj788y7.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

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

Thanks for the patch, I've pushed this to master as
8d4c3032416c69f883d074f4f6d7bcc9741be75c.

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

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmXMwbBfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xcjjw/8CrANjsFxX+XEGKUOI8hdyVPHrIB62pBH
mVYKW0CxPEEsoEGXKTEnSh0C8/UFnTvFZR1/U9j53t8m5VSCH2VoP4Kae5dsk0PD
2R5LkfOOWVbFddjtksFp+FaclffqOVUOmmUeXyGqQw1mNPo8MbO294r62mrCAoH4
9m5YhgGEe/gOvK1GIylW+HLF8qzKtaazgq5vqPU8mkmeKQXIkIyVukJ40hX/uBRI
Zyv2B5G7ziQiY843Z+ic9f7NP5D/VfB6HAbDfcSpKMwk/vcyDl9d6v9FBjKpOEHk
iH2I9zLwCU86p1FEgen1J3PcDvlHfelSBpQrYIvVWB3Z91DLLmWJnyxFNeuaDCLr
dsXEtV/rkRnLwxjEODhbATI/U5IItudLePQYGlpLGrSvtMXgoIuPJ+qQp4clbfa3
bT7sDGIQQhI3BkGh382fo6okXxs3FvGOVqZmm8p7UNs9nRUbFf6WPshy/pyLOhF8
r24xhhRFHakj3s11MgrZDN/l1HXEPqZ/28/ZdacOYxoDsdaLrRIcQyp+JsH4Xduc
kdgogcDQwHLjk5+XojXnLukl0NOI7xOHe/xDTm0gVPoc1nksMDxxIceonpeqvmgd
IrVNYDMzstkplWX8cJvcjj6/Ume19KBzdXDLhz5JTBSE07ecRjbiSkQp952gmCCn
mVujLDpe3s8=
=3ZtV
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 68906
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