GNU bug report logs -
#61556
[PATCH] gnu: aerc: Update to 0.14.0
Previous Next
Reported by: Timo Wilken <guix <at> twilken.net>
Date: Thu, 16 Feb 2023 20:19:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/mail.scm (aerc): Update to 0.14.0.
---
gnu/packages/mail.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index adac3cce4b..c8bf77f8c2 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -51,6 +51,7 @@
;;; Copyright © 2022 muradm <mail <at> muradm.net>
;;; Copyright © 2022 jgart <jgart <at> dismail.de>
;;; Copyright © 2022 ( <paren <at> disroot.org>
+;;; Copyright © 2023 Timo Wilken <guix <at> twilken.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -4788,7 +4789,7 @@ (define-public smtpmail
(define-public aerc
(package
(name "aerc")
- (version "0.13.0")
+ (version "0.14.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4797,7 +4798,7 @@ (define-public aerc
(file-name (git-file-name name version))
(sha256
(base32
- "18rykklc0ppl53sm9lzhrw6kv4rcc7x45nv7qii7m4qads2pyjm5"))))
+ "067j7kja78hv7dafw8gy3m2g5cslq6xlnzja8lm3b5p0m0vfabm8"))))
(build-system go-build-system)
(arguments
(list #:import-path "git.sr.ht/~rjarry/aerc"
--
2.39.1
This bug report was last modified 2 years and 152 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.