GNU bug report logs -
#77198
[PATCH] gnu: mailutils: Update to 3.19.
Previous Next
To reply to this bug, email your comments to 77198 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77198
; Package
guix-patches
.
(Sun, 23 Mar 2025 03:14:06 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 23 Mar 2025 03:14:06 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/mail.scm (mailutils): Update to 3.19.
Change-Id: I2055da70f5ceeec487e1aac874a24af2e91c6663
---
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 0bc8d48d962..5c67dbb990f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -290,14 +290,14 @@ (define-public anubis
(define-public mailutils
(package
(name "mailutils")
- (version "3.18")
+ (version "3.19")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mailutils/mailutils-"
version ".tar.xz"))
(sha256
(base32
- "0xqm2cd263zym1zn3rfp0lfjz9mpkffi6v4hi9942q2iv344k42m"))
+ "0iczhhqfp7nkcasf7iy7lkxk7wgifxhrj3bbr7c8lnvc0ch0s8sh"))
(patches
(search-patches "mailutils-variable-lookup.patch"))))
(build-system gnu-build-system)
base-commit: 127ac3c19073828c089349c7b22b218227f8ce8f
--
2.43.0
This bug report was last modified 16 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.