all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63994] [PATCH] gnu: mailutils: Update to 3.16
@ 2023-06-10  8:11 Andy Tai
  2023-06-12 19:46 ` bug#63994: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-06-10  8:11 UTC (permalink / raw)
  To: 63994; +Cc: Andy Tai

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

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63994: [PATCH] gnu: mailutils: Update to 3.16
  2023-06-10  8:11 [bug#63994] [PATCH] gnu: mailutils: Update to 3.16 Andy Tai
@ 2023-06-12 19:46 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-06-12 19:46 UTC (permalink / raw)
  To: Andy Tai; +Cc: 63994-done

[-- Attachment #1: Type: text/plain, Size: 306 bytes --]


Andy Tai <atai@atai.org> writes:

> * 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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-12 19:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-10  8:11 [bug#63994] [PATCH] gnu: mailutils: Update to 3.16 Andy Tai
2023-06-12 19:46 ` bug#63994: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.