[PATCH] gnu: aerc: Update to 0.14.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Timo Wilken
  • Leo Famulari
Owner
unassigned
Submitted by
Timo Wilken
Severity
normal

Debbugs page

Timo Wilken wrote 2 years ago
(address . guix-patches@gnu.org)(name . Timo Wilken)(address . guix@twilken.net)
20230216201750.3125-1-guix@twilken.net
* gnu/packages/mail.scm (aerc): Update to 0.14.0.
---
gnu/packages/mail.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
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@muradm.net>
;;; Copyright © 2022 jgart <jgart@dismail.de>
;;; Copyright © 2022 ( <paren@disroot.org>
+;;; Copyright © 2023 Timo Wilken <guix@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
Leo Famulari wrote 2 years ago
(name . Timo Wilken)(address . guix@twilken.net)(address . 61556-done@debbugs.gnu.org)
Y+6gRQyIf8Nuyjpo@jasmine.lan
On Thu, Feb 16, 2023 at 09:17:50PM +0100, Timo Wilken wrote:
Toggle quote (2 lines)
> * gnu/packages/mail.scm (aerc): Update to 0.14.0.

Thanks! Pushed as 28bd26b6b8245c71bc474237b24498caa832cc25
Closed
Timo Wilken wrote 2 years ago
(name . Leo Famulari)(address . leo@famulari.name)(address . 61556-done@debbugs.gnu.org)
CQKBK9DJ36J1.16UKXVXL0UPU8@lap.twilken.net
Wow, that was quick, thanks Leo!
Closed
?
Your comment

This issue is archived.

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

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