unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "\(unmatched-parenthesis via Guix-patches" via <guix-patches@gnu.org>
To: 55903@debbugs.gnu.org
Cc: "\(unmatched-parenthesis" <paren@disroot.org>
Subject: [bug#55903] [PATCH 04/41] gnu: Add go-google-golang-org-appengine.
Date: Sat, 11 Jun 2022 20:16:16 +0100	[thread overview]
Message-ID: <20220611191653.15471-4-paren@disroot.org> (raw)
In-Reply-To: <20220611191653.15471-1-paren@disroot.org>

* gnu/packages/golang.scm (go-google-golang-org-appengine): New
  variable.
---
 gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a39b5e5cd2..aaa9f79012 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9911,3 +9911,28 @@ (define-public go-google-golang-org-protobuf-proto
 is a language-neutral, platform-neutral, extensible mechanism for serializing
 structured data.")
     (license license:bsd-3)))
+
+(define-public go-google-golang-org-appengine
+  (package
+    (name "go-google-golang-org-appengine")
+    (version "1.6.7")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/golang/appengine")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1wkipg7xxc0ha5p6c3bj0vpgq38l18441n5l6zxdhx0gzvz5z1hs"))))
+    (build-system go-build-system)
+    (arguments
+     (list #:import-path "google.golang.org/appengine"))
+    (propagated-inputs (list go-golang-org-x-text go-golang-org-x-net
+                             go-github-com-golang-protobuf-proto))
+    (home-page "https://google.golang.org/appengine")
+    (synopsis "Go runtime on Google App Engine")
+    (description
+     "Package appengine provides basic functionality for running Go on
+Google App Engine.")
+    (license license:asl2.0)))
-- 
2.36.1





  parent reply	other threads:[~2022-06-11 19:18 UTC|newest]

Thread overview: 583+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-04 12:07 [bug#55903] [PATCHSET] Adding aerc ( via Guix-patches via
2022-06-11 19:16 ` [bug#55903] [PATCH 01/41] gnu: Add go-github-com-zenhack-go-notmuch (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 02/41] gnu: Add go-github-com-creack-pty (unmatched-parenthesis via Guix-patches via
2022-06-11 22:30     ` Maxime Devos
2022-06-12 10:19       ` ( via Guix-patches via
2022-06-11 22:32     ` Maxime Devos
2022-06-12 12:18       ` ( via Guix-patches via
2022-06-11 22:35     ` Maxime Devos
2022-06-12 12:17       ` ( via Guix-patches via
2022-06-11 22:38     ` Maxime Devos
2022-06-12 12:33       ` ( via Guix-patches via
2022-06-12 13:00         ` Maxime Devos
2022-06-11 19:16   ` [bug#55903] [PATCH 03/41] gnu: Add go-google-golang-org-protobuf-proto (unmatched-parenthesis via Guix-patches via
2022-06-11 22:19     ` Maxime Devos
2022-06-12 10:23       ` ( via Guix-patches via
2022-06-12 12:38         ` Maxime Devos
2022-06-12 12:43           ` ( via Guix-patches via
2022-06-11 19:16   ` (unmatched-parenthesis via Guix-patches via [this message]
2022-06-11 22:28     ` [bug#55903] [PATCH 04/41] gnu: Add go-google-golang-org-appengine Maxime Devos
2022-06-12 10:27       ` ( via Guix-patches via
2022-06-12 12:34       ` ( via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 05/41] gnu: Add go-github-com-xo-terminfo (unmatched-parenthesis via Guix-patches via
2022-06-11 22:41     ` Maxime Devos
2022-06-12 10:28       ` ( via Guix-patches via
2022-06-11 22:44     ` Maxime Devos
2022-06-11 19:16   ` [bug#55903] [PATCH 06/41] gnu: Add go-github-com-riywo-loginshell (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 07/41] gnu: Add go-github-com-miolini-datacounter (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 08/41] gnu: Add go-github-com-kyoh86-xdg (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 09/41] gnu: Add go-github-com-go-ini-ini (unmatched-parenthesis via Guix-patches via
2022-06-11 22:45     ` Maxime Devos
2022-06-12 10:34       ` ( via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 10/41] gnu: Add go-github-com-lucasb-eyer-go-colorful (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 11/41] gnu: Add go-github-com-rivo-uniseq (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 12/41] gnu: Add go-github-com-rivo-tview (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 13/41] gnu: Add go-github-com-ssor-bom (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 14/41] gnu: Add go-github-com-gogs-chardet (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 15/41] gnu: Add go-github-com-jaytaylor-html2text (unmatched-parenthesis via Guix-patches via
2022-06-11 22:48     ` Maxime Devos
2022-06-12 10:35       ` ( via Guix-patches via
2022-06-11 22:49     ` Maxime Devos
2022-06-12 10:36       ` ( via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 16/41] gnu: Add go-github-com-go-test-deep (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 17/41] gnu: Add go-github-com-cention-sany-utf7 (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 18/41] gnu: Add go-github-com-jhillyerd-enmime (unmatched-parenthesis via Guix-patches via
2022-06-11 22:53     ` Maxime Devos
2022-06-12 10:37       ` ( via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 19/41] gnu: Add go-github-com-gatherstars-com-jwz (unmatched-parenthesis via Guix-patches via
2022-06-11 22:57     ` Maxime Devos
2022-06-12 10:39       ` ( via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 20/41] gnu: Add go-github-com-emersion-go-textwrapper (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 21/41] gnu: Add go-github-com-emersion-go-message (unmatched-parenthesis via Guix-patches via
2022-06-11 22:59     ` Maxime Devos
2022-06-12 10:41       ` ( via Guix-patches via
2022-06-12 12:59         ` Maxime Devos
2022-06-12 13:14           ` ( via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 22/41] gnu: Add go-github-com-emersion-go-sasl (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 23/41] gnu: Add go-github-com-emersion-go-imap (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 24/41] gnu: Add go-github-com-emersion-go-imap-sortthread (unmatched-parenthesis via Guix-patches via
2022-06-11 23:01     ` Maxime Devos
2022-06-12 10:42       ` ( via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 25/41] gnu: Add go-github-com-protonmail-go-crypto-openpgp (unmatched-parenthesis via Guix-patches via
2022-06-11 22:27     ` Maxime Devos
2022-06-12 10:46       ` ( via Guix-patches via
2022-06-12 12:53         ` Maxime Devos
2022-06-12 13:13           ` ( via Guix-patches via
2022-06-12 13:40             ` Maxime Devos
2022-06-12 13:57             ` Maxime Devos
2022-06-12 16:05       ` ( via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 26/41] gnu: Add go-github-com-protonmail-go-crypto-bitcurves (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 27/41] gnu: Add go-github-com-protonmail-go-crypto-brainpool (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 28/41] gnu: Add go-github-com-go-crypto-eax (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 29/41] gnu: Add go-github-com-protonmail-go-crypto-internal-byteutil (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 30/41] gnu: Add go-github-com-protonmail-go-crypto-ocb (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 31/41] gnu: Add go-github-com-emersion-go-pgpmail (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 32/41] gnu: Add go-github-com-emersion-go-smtp (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 33/41] gnu: Add go-github-com-niemeyer-pretty (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 34/41] gnu: Add go-github-com-arran4-golang-ical (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 35/41] gnu: Add go-git-sr-ht--sircmpwn-getopt (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 36/41] gnu: Add go-github-com-lithammer-fuzzysearch (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 37/41] gnu: Add go-github-com-google-shlex (unmatched-parenthesis via Guix-patches via
2022-06-11 22:20     ` Maxime Devos
2022-06-12 10:47       ` ( via Guix-patches via
2022-06-11 22:21     ` Maxime Devos
2022-06-11 19:16   ` [bug#55903] [PATCH 38/41] gnu: Add go-github-com-emersion-go-maildir (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 39/41] gnu: Add go-github-com-emersion-go-milter (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 40/41] gnu: Add go-github-com-emersion-go-msgauth-authres (unmatched-parenthesis via Guix-patches via
2022-06-11 19:16   ` [bug#55903] [PATCH 41/41] gnu: Add aerc (unmatched-parenthesis via Guix-patches via
2022-06-11 23:02     ` Maxime Devos
2022-06-12 10:48       ` ( via Guix-patches via
2022-06-11 20:08 ` [bug#55903] Fwd: Re: [PATCHSET] Adding aerc ( via Guix-patches via
2022-06-11 22:34 ` [bug#55903] " Maxime Devos
2022-06-12 10:48   ` ( via Guix-patches via
2022-06-13  6:56 ` [bug#55903] [PATCH v2 01/35] gnu: Add go-github-com-zenhack-go-notmuch ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 02/35] gnu: Add go-github-com-creack-pty ( via Guix-patches via
2022-06-13  7:43     ` Maxime Devos
2022-06-13 19:43       ` ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 03/35] gnu: Add go-google-golang-org-protobuf ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 04/35] gnu: Add go-github-com-xo-terminfo ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 05/35] gnu: Add go-github-com-riywo-loginshell ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 06/35] gnu: Add go-github-com-miolini-datacounter ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 07/35] gnu: Add go-github-com-kyoh86-xdg ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 08/35] gnu: Add go-github-com-go-ini-ini ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 09/35] gnu: Add go-github-com-lucasb-eyer-go-colorful ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 10/35] gnu: Add go-github-com-rivo-uniseg ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 11/35] gnu: Add go-github-com-rivo-tview ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 12/35] gnu: Add go-github-com-ssor-bom ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 13/35] gnu: Add go-github-com-gogs-chardet ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 14/35] gnu: Add go-github-com-jaytaylor-html2text ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 15/35] gnu: Add go-github-com-go-test-deep ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 16/35] gnu: Add go-github-com-cention-sany-utf7 ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 17/35] gnu: Add go-github-com-jhillyerd-enmime ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 18/35] gnu: Add go-github-com-gatherstars-com-jwz ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 19/35] gnu: Add go-github-com-emersion-go-textwrapper ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 20/35] gnu: Add go-github-com-emersion-go-message ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 21/35] gnu: Add go-github-com-emersion-go-sasl ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 22/35] gnu: Add go-github-com-emersion-go-imap ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 23/35] gnu: Add go-github-com-emersion-go-imap-sortthread ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 24/35] gnu: Add go-github-com-protonmail-go-crypto ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 25/35] gnu: Add go-github-com-emersion-go-pgpmail ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 26/35] gnu: Add go-github-com-emersion-go-smtp ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 27/35] gnu: Add go-github-com-niemeyer-pretty ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 28/35] gnu: Add go-github-com-arran4-golang-ical ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 29/35] gnu: Add go-git-sr-ht--sircmpwn-getopt ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 30/35] gnu: Add go-github-com-lithammer-fuzzysearch ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 31/35] gnu: Add go-github-com-google-shlex ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 32/35] gnu: Add go-github-com-emersion-go-maildir ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 33/35] gnu: Add go-github-com-emersion-go-milter ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 34/35] gnu: Add go-github-com-emersion-go-msgauth ( via Guix-patches via
2022-06-13  6:56   ` [bug#55903] [PATCH v2 35/35] gnu: Add aerc ( via Guix-patches via
2022-06-13 19:39 ` [bug#55903] [PATCH v3 01/35] gnu: Add go-github-com-zenhack-go-notmuch ( via Guix-patches via
2022-06-13 19:39   ` [bug#55903] [PATCH v3 02/35] gnu: Add go-github-com-creack-pty ( via Guix-patches via
2022-06-13 19:39   ` [bug#55903] [PATCH v3 03/35] gnu: Add go-google-golang-org-protobuf ( via Guix-patches via
2022-06-13 19:39   ` [bug#55903] [PATCH v3 04/35] gnu: Add go-github-com-xo-terminfo ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 05/35] gnu: Add go-github-com-riywo-loginshell ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 06/35] gnu: Add go-github-com-miolini-datacounter ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 07/35] gnu: Add go-github-com-kyoh86-xdg ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 08/35] gnu: Add go-github-com-go-ini-ini ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 09/35] gnu: Add go-github-com-lucasb-eyer-go-colorful ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 10/35] gnu: Add go-github-com-rivo-uniseg ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 11/35] gnu: Add go-github-com-rivo-tview ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 12/35] gnu: Add go-github-com-ssor-bom ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 13/35] gnu: Add go-github-com-gogs-chardet ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 14/35] gnu: Add go-github-com-jaytaylor-html2text ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 15/35] gnu: Add go-github-com-go-test-deep ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 16/35] gnu: Add go-github-com-cention-sany-utf7 ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 17/35] gnu: Add go-github-com-jhillyerd-enmime ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 18/35] gnu: Add go-github-com-gatherstars-com-jwz ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 19/35] gnu: Add go-github-com-emersion-go-textwrapper ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 20/35] gnu: Add go-github-com-emersion-go-message ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 21/35] gnu: Add go-github-com-emersion-go-sasl ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 22/35] gnu: Add go-github-com-emersion-go-imap ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 23/35] gnu: Add go-github-com-emersion-go-imap-sortthread ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 24/35] gnu: Add go-github-com-protonmail-go-crypto ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 25/35] gnu: Add go-github-com-emersion-go-pgpmail ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 26/35] gnu: Add go-github-com-emersion-go-smtp ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 27/35] gnu: Add go-github-com-niemeyer-pretty ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 28/35] gnu: Add go-github-com-arran4-golang-ical ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 29/35] gnu: Add go-git-sr-ht--sircmpwn-getopt ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 30/35] gnu: Add go-github-com-lithammer-fuzzysearch ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 31/35] gnu: Add go-github-com-google-shlex ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 32/35] gnu: Add go-github-com-emersion-go-maildir ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 33/35] gnu: Add go-github-com-emersion-go-milter ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 34/35] gnu: Add go-github-com-emersion-go-msgauth ( via Guix-patches via
2022-06-13 19:40   ` [bug#55903] [PATCH v3 35/35] gnu: Add aerc ( via Guix-patches via
2022-07-06 10:17 ` [bug#55903] [PATCH v4 01/41] gnu: Add go-github-com-zenhack-go-notmuch ( via Guix-patches via
2022-07-06 10:17   ` [bug#55903] [PATCH v4 02/41] gnu: Add go-github-com-creack-pty ( via Guix-patches via
2022-07-06 10:17   ` [bug#55903] [PATCH v4 03/41] gnu: Add go-google-golang-org-protobuf ( via Guix-patches via
2022-07-06 10:17   ` [bug#55903] [PATCH v4 04/41] gnu: Add go-github-com-xo-terminfo ( via Guix-patches via
2022-07-06 10:17   ` [bug#55903] [PATCH v4 05/41] gnu: Add go-github-com-riywo-loginshell ( via Guix-patches via
2022-07-06 10:17   ` [bug#55903] [PATCH v4 06/41] gnu: Add go-github-com-miolini-datacounter ( via Guix-patches via
2022-07-06 10:17   ` [bug#55903] [PATCH v4 07/41] gnu: Add go-github-com-kyoh86-xdg ( via Guix-patches via
2022-07-06 10:17   ` [bug#55903] [PATCH v4 08/41] gnu: Add go-github-com-go-ini-ini ( via Guix-patches via
2022-07-06 10:17   ` [bug#55903] [PATCH v4 09/41] gnu: Add go-github-com-lucasb-eyer-go-colorful ( via Guix-patches via
2022-07-06 10:17   ` [bug#55903] [PATCH v4 10/41] gnu: Add go-github-com-rivo-uniseg ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 11/41] gnu: Add go-github-com-rivo-tview ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 12/41] gnu: Add go-github-com-ssor-bom ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 13/41] gnu: Add go-github-com-gogs-chardet ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 14/41] gnu: Add go-github-com-jaytaylor-html2text ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 15/41] gnu: Add go-github-com-go-test-deep ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 16/41] gnu: Add go-github-com-cention-sany-utf7 ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 17/41] gnu: Add go-github-com-jhillyerd-enmime ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 18/41] gnu: Add go-github-com-gatherstars-com-jwz ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 19/41] gnu: Add go-github-com-emersion-go-textwrapper ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 20/41] gnu: Add go-github-com-emersion-go-message ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 21/41] gnu: Add go-github-com-emersion-go-sasl ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 22/41] gnu: Add go-github-com-emersion-go-imap ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 23/41] gnu: Add go-github-com-emersion-go-imap-sortthread ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 24/41] gnu: Add go-github-com-protonmail-go-crypto ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 25/41] gnu: Add go-github-com-emersion-go-pgpmail ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 26/41] gnu: Add go-github-com-emersion-go-smtp ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 27/41] gnu: Add go-github-com-niemeyer-pretty ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 28/41] gnu: Add go-github-com-arran4-golang-ical ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 29/41] gnu: Add go-git-sr-ht--sircmpwn-getopt ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 30/41] gnu: Add go-github-com-lithammer-fuzzysearch ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 31/41] gnu: Add go-github-com-google-shlex ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 32/41] gnu: Add go-github-com-emersion-go-maildir ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 33/41] gnu: Add go-github-com-emersion-go-milter ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 34/41] gnu: Add go-github-com-emersion-go-msgauth ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 35/41] gnu: Add go-github-com-onsi-gomega ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 36/41] gnu: Add go-gopkg-in-tomb-v1 ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 37/41] gnu: Add go-github-com-nxadm-tail ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 38/41] gnu: Add go-github-com-go-task-slim-sprig ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 39/41] gnu: Add go-github-com-onsi-ginkgo ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 40/41] gnu: Add go-github-com-syndtr-goleveldb-leveldb ( via Guix-patches via
2022-07-06 10:18   ` [bug#55903] [PATCH v4 41/41] gnu: Add aerc ( via Guix-patches via
2022-07-06 10:24   ` [bug#55903] [PATCH v4 01/41] gnu: Add go-github-com-zenhack-go-notmuch ( via Guix-patches via
2022-08-03 12:29 ` [bug#55903] [PATCH v5 " ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 02/41] gnu: Add go-github-com-creack-pty ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 03/41] gnu: Add go-google-golang-org-protobuf ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 04/41] gnu: Add go-github-com-xo-terminfo ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 05/41] gnu: Add go-github-com-riywo-loginshell ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 06/41] gnu: Add go-github-com-miolini-datacounter ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 07/41] gnu: Add go-github-com-kyoh86-xdg ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 08/41] gnu: Add go-github-com-go-ini-ini ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 09/41] gnu: Add go-github-com-lucasb-eyer-go-colorful ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 10/41] gnu: Add go-github-com-rivo-uniseg ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 11/41] gnu: Add go-github-com-rivo-tview ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 12/41] gnu: Add go-github-com-ssor-bom ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 13/41] gnu: Add go-github-com-gogs-chardet ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 14/41] gnu: Add go-github-com-jaytaylor-html2text ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 15/41] gnu: Add go-github-com-go-test-deep ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 16/41] gnu: Add go-github-com-cention-sany-utf7 ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 17/41] gnu: Add go-github-com-jhillyerd-enmime ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 18/41] gnu: Add go-github-com-gatherstars-com-jwz ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 19/41] gnu: Add go-github-com-emersion-go-textwrapper ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 20/41] gnu: Add go-github-com-emersion-go-message ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 21/41] gnu: Add go-github-com-emersion-go-sasl ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 22/41] gnu: Add go-github-com-emersion-go-imap ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 23/41] gnu: Add go-github-com-emersion-go-imap-sortthread ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 24/41] gnu: Add go-github-com-protonmail-go-crypto ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 25/41] gnu: Add go-github-com-emersion-go-pgpmail ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 26/41] gnu: Add go-github-com-emersion-go-smtp ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 27/41] gnu: Add go-github-com-niemeyer-pretty ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 28/41] gnu: Add go-github-com-arran4-golang-ical ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 29/41] gnu: Add go-git-sr-ht--sircmpwn-getopt ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 30/41] gnu: Add go-github-com-lithammer-fuzzysearch ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 31/41] gnu: Add go-github-com-google-shlex ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 32/41] gnu: Add go-github-com-emersion-go-maildir ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 33/41] gnu: Add go-github-com-emersion-go-milter ( via Guix-patches via
2022-08-03 12:29   ` [bug#55903] [PATCH v5 34/41] gnu: Add go-github-com-emersion-go-msgauth ( via Guix-patches via
2022-08-03 12:30   ` [bug#55903] [PATCH v5 35/41] gnu: Add go-github-com-onsi-gomega ( via Guix-patches via
2022-08-03 12:30   ` [bug#55903] [PATCH v5 36/41] gnu: Add go-gopkg-in-tomb-v1 ( via Guix-patches via
2022-08-03 12:30   ` [bug#55903] [PATCH v5 37/41] gnu: Add go-github-com-nxadm-tail ( via Guix-patches via
2022-08-03 12:30   ` [bug#55903] [PATCH v5 38/41] gnu: Add go-github-com-go-task-slim-sprig ( via Guix-patches via
2022-08-03 12:30   ` [bug#55903] [PATCH v5 39/41] gnu: Add go-github-com-onsi-ginkgo ( via Guix-patches via
2022-08-03 12:30   ` [bug#55903] [PATCH v5 40/41] gnu: Add go-github-com-syndtr-goleveldb-leveldb ( via Guix-patches via
2022-08-03 12:30   ` [bug#55903] [PATCH v5 41/41] gnu: Add aerc ( via Guix-patches via
2022-08-03 12:31   ` [bug#55903] [PATCH v5 01/41] gnu: Add go-github-com-zenhack-go-notmuch ( via Guix-patches via
2022-08-04 17:10 ` [bug#55903] [PATCH v6 " ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 02/41] gnu: Add go-github-com-creack-pty ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 03/41] gnu: Add go-google-golang-org-protobuf ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 04/41] gnu: Add go-github-com-xo-terminfo ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 05/41] gnu: Add go-github-com-riywo-loginshell ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 06/41] gnu: Add go-github-com-miolini-datacounter ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 07/41] gnu: Add go-github-com-kyoh86-xdg ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 08/41] gnu: Add go-github-com-go-ini-ini ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 09/41] gnu: Add go-github-com-lucasb-eyer-go-colorful ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 10/41] gnu: Add go-github-com-rivo-uniseg ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 11/41] gnu: Add go-github-com-rivo-tview ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 12/41] gnu: Add go-github-com-ssor-bom ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 13/41] gnu: Add go-github-com-gogs-chardet ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 14/41] gnu: Add go-github-com-jaytaylor-html2text ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 15/41] gnu: Add go-github-com-go-test-deep ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 16/41] gnu: Add go-github-com-cention-sany-utf7 ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 17/41] gnu: Add go-github-com-jhillyerd-enmime ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 18/41] gnu: Add go-github-com-gatherstars-com-jwz ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 19/41] gnu: Add go-github-com-emersion-go-textwrapper ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 20/41] gnu: Add go-github-com-emersion-go-message ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 21/41] gnu: Add go-github-com-emersion-go-sasl ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 22/41] gnu: Add go-github-com-emersion-go-imap ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 23/41] gnu: Add go-github-com-emersion-go-imap-sortthread ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 24/41] gnu: Add go-github-com-protonmail-go-crypto ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 25/41] gnu: Add go-github-com-emersion-go-pgpmail ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 26/41] gnu: Add go-github-com-emersion-go-smtp ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 27/41] gnu: Add go-github-com-niemeyer-pretty ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 28/41] gnu: Add go-github-com-arran4-golang-ical ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 29/41] gnu: Add go-git-sr-ht--sircmpwn-getopt ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 30/41] gnu: Add go-github-com-lithammer-fuzzysearch ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 31/41] gnu: Add go-github-com-google-shlex ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 32/41] gnu: Add go-github-com-emersion-go-maildir ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 33/41] gnu: Add go-github-com-emersion-go-milter ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 34/41] gnu: Add go-github-com-emersion-go-msgauth ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 35/41] gnu: Add go-github-com-onsi-gomega ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 36/41] gnu: Add go-gopkg-in-tomb-v1 ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 37/41] gnu: Add go-github-com-nxadm-tail ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 38/41] gnu: Add go-github-com-go-task-slim-sprig ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 39/41] gnu: Add go-github-com-onsi-ginkgo ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 40/41] gnu: Add go-github-com-syndtr-goleveldb-leveldb ( via Guix-patches via
2022-08-04 17:10   ` [bug#55903] [PATCH v6 41/41] gnu: Add aerc ( via Guix-patches via
2022-08-04 17:16   ` [bug#55903] [PATCH v6 01/41] gnu: Add go-github-com-zenhack-go-notmuch ( via Guix-patches via
2022-08-14 10:04 ` [bug#55903] [PATCH v7 " ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 02/41] gnu: Add go-github-com-creack-pty ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 03/41] gnu: Add go-google-golang-org-protobuf ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 04/41] gnu: Add go-github-com-xo-terminfo ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 05/41] gnu: Add go-github-com-riywo-loginshell ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 06/41] gnu: Add go-github-com-miolini-datacounter ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 07/41] gnu: Add go-github-com-kyoh86-xdg ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 08/41] gnu: Add go-github-com-go-ini-ini ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 09/41] gnu: Add go-github-com-lucasb-eyer-go-colorful ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 10/41] gnu: Add go-github-com-rivo-uniseg ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 11/41] gnu: Add go-github-com-rivo-tview ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 12/41] gnu: Add go-github-com-ssor-bom ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 13/41] gnu: Add go-github-com-gogs-chardet ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 14/41] gnu: Add go-github-com-jaytaylor-html2text ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 15/41] gnu: Add go-github-com-go-test-deep ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 16/41] gnu: Add go-github-com-cention-sany-utf7 ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 17/41] gnu: Add go-github-com-jhillyerd-enmime ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 18/41] gnu: Add go-github-com-gatherstars-com-jwz ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 19/41] gnu: Add go-github-com-emersion-go-textwrapper ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 20/41] gnu: Add go-github-com-emersion-go-message ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 21/41] gnu: Add go-github-com-emersion-go-sasl ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 22/41] gnu: Add go-github-com-emersion-go-imap ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 23/41] gnu: Add go-github-com-emersion-go-imap-sortthread ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 24/41] gnu: Add go-github-com-protonmail-go-crypto ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 25/41] gnu: Add go-github-com-emersion-go-pgpmail ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 26/41] gnu: Add go-github-com-emersion-go-smtp ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 27/41] gnu: Add go-github-com-niemeyer-pretty ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 28/41] gnu: Add go-github-com-arran4-golang-ical ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 29/41] gnu: Add go-git-sr-ht--sircmpwn-getopt ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 30/41] gnu: Add go-github-com-lithammer-fuzzysearch ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 31/41] gnu: Add go-github-com-google-shlex ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 32/41] gnu: Add go-github-com-emersion-go-maildir ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 33/41] gnu: Add go-github-com-emersion-go-milter ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 34/41] gnu: Add go-github-com-emersion-go-msgauth ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 35/41] gnu: Add go-github-com-onsi-gomega ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 36/41] gnu: Add go-gopkg-in-tomb-v1 ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 37/41] gnu: Add go-github-com-nxadm-tail ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 38/41] gnu: Add go-github-com-go-task-slim-sprig ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 39/41] gnu: Add go-github-com-onsi-ginkgo ( via Guix-patches via
2022-08-14 10:04   ` [bug#55903] [PATCH v7 40/41] gnu: Add go-github-com-syndtr-goleveldb-leveldb ( via Guix-patches via
2022-08-14 10:05   ` [bug#55903] [PATCH v7 41/41] gnu: Add aerc ( via Guix-patches via
2022-08-22  6:11 ` [bug#55903] [PATCH v8 01/41] gnu: Add go-github-com-zenhack-go-notmuch ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 02/41] gnu: Add go-github-com-creack-pty ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 03/41] gnu: Add go-google-golang-org-protobuf ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 04/41] gnu: Add go-github-com-xo-terminfo ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 05/41] gnu: Add go-github-com-riywo-loginshell ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 06/41] gnu: Add go-github-com-miolini-datacounter ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 07/41] gnu: Add go-github-com-kyoh86-xdg ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 08/41] gnu: Add go-github-com-go-ini-ini ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 09/41] gnu: Add go-github-com-lucasb-eyer-go-colorful ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 10/41] gnu: Add go-github-com-rivo-uniseg ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 11/41] gnu: Add go-github-com-rivo-tview ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 12/41] gnu: Add go-github-com-ssor-bom ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 13/41] gnu: Add go-github-com-gogs-chardet ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 14/41] gnu: Add go-github-com-jaytaylor-html2text ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 15/41] gnu: Add go-github-com-go-test-deep ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 16/41] gnu: Add go-github-com-cention-sany-utf7 ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 17/41] gnu: Add go-github-com-jhillyerd-enmime ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 18/41] gnu: Add go-github-com-gatherstars-com-jwz ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 19/41] gnu: Add go-github-com-emersion-go-textwrapper ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 20/41] gnu: Add go-github-com-emersion-go-message ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 21/41] gnu: Add go-github-com-emersion-go-sasl ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 22/41] gnu: Add go-github-com-emersion-go-imap ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 23/41] gnu: Add go-github-com-emersion-go-imap-sortthread ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 24/41] gnu: Add go-github-com-protonmail-go-crypto ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 25/41] gnu: Add go-github-com-emersion-go-pgpmail ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 26/41] gnu: Add go-github-com-emersion-go-smtp ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 27/41] gnu: Add go-github-com-niemeyer-pretty ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 28/41] gnu: Add go-github-com-arran4-golang-ical ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 29/41] gnu: Add go-git-sr-ht--sircmpwn-getopt ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 30/41] gnu: Add go-github-com-lithammer-fuzzysearch ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 31/41] gnu: Add go-github-com-google-shlex ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 32/41] gnu: Add go-github-com-emersion-go-maildir ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 33/41] gnu: Add go-github-com-emersion-go-milter ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 34/41] gnu: Add go-github-com-emersion-go-msgauth ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 35/41] gnu: Add go-github-com-onsi-gomega ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 36/41] gnu: Add go-gopkg-in-tomb-v1 ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 37/41] gnu: Add go-github-com-nxadm-tail ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 38/41] gnu: Add go-github-com-go-task-slim-sprig ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 39/41] gnu: Add go-github-com-onsi-ginkgo ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 40/41] gnu: Add go-github-com-syndtr-goleveldb-leveldb ( via Guix-patches via
2022-08-22  6:11   ` [bug#55903] [PATCH v8 41/41] gnu: Add aerc ( via Guix-patches via
2022-08-22  6:26   ` [bug#55903] [PATCH v8 01/41] gnu: Add go-github-com-zenhack-go-notmuch ( via Guix-patches via
2022-09-09 20:49 ` [bug#55903] [PATCH v9 01/42] " ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 02/42] gnu: Add go-github-com-creack-pty ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 03/42] gnu: Add go-google-golang-org-protobuf ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 04/42] gnu: Add go-github-com-xo-terminfo ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 05/42] gnu: Add go-github-com-riywo-loginshell ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 06/42] gnu: Add go-github-com-miolini-datacounter ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 07/42] gnu: Add go-github-com-kyoh86-xdg ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 08/42] gnu: Add go-github-com-go-ini-ini ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 09/42] gnu: Add go-github-com-lucasb-eyer-go-colorful ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 10/42] gnu: Add go-github-com-rivo-uniseg ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 11/42] gnu: Add go-github-com-rivo-tview ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 12/42] gnu: Add go-github-com-ssor-bom ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 13/42] gnu: Add go-github-com-gogs-chardet ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 14/42] gnu: Add go-github-com-jaytaylor-html2text ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 15/42] gnu: Add go-github-com-go-test-deep ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 16/42] gnu: Add go-github-com-cention-sany-utf7 ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 17/42] gnu: Add go-github-com-jhillyerd-enmime ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 18/42] gnu: Add go-github-com-gatherstars-com-jwz ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 19/42] gnu: Add go-github-com-emersion-go-textwrapper ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 20/42] gnu: Add go-github-com-emersion-go-message ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 21/42] gnu: Add go-github-com-emersion-go-sasl ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 22/42] gnu: Add go-github-com-emersion-go-imap ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 23/42] gnu: Add go-github-com-emersion-go-imap-sortthread ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 24/42] gnu: Add go-github-com-protonmail-go-crypto ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 25/42] gnu: Add go-github-com-emersion-go-pgpmail ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 26/42] gnu: Add go-github-com-emersion-go-smtp ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 27/42] gnu: Add go-github-com-niemeyer-pretty ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 28/42] gnu: Add go-github-com-arran4-golang-ical ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 29/42] gnu: Add go-git-sr-ht--sircmpwn-getopt ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 30/42] gnu: Add go-github-com-lithammer-fuzzysearch ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 31/42] gnu: Add go-github-com-google-shlex ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 32/42] gnu: Add go-github-com-emersion-go-maildir ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 33/42] gnu: Add go-github-com-emersion-go-milter ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 34/42] gnu: Add go-github-com-emersion-go-msgauth ( via Guix-patches via
2022-09-09 20:49   ` [bug#55903] [PATCH v9 35/42] gnu: Add go-github-com-onsi-gomega ( via Guix-patches via
2022-09-09 20:50   ` [bug#55903] [PATCH v9 36/42] gnu: Add go-gopkg-in-tomb-v1 ( via Guix-patches via
2022-09-09 20:50   ` [bug#55903] [PATCH v9 37/42] gnu: Add go-github-com-nxadm-tail ( via Guix-patches via
2022-09-09 20:50   ` [bug#55903] [PATCH v9 38/42] gnu: Add go-github-com-go-task-slim-sprig ( via Guix-patches via
2022-09-09 20:50   ` [bug#55903] [PATCH v9 39/42] gnu: Add go-github-com-onsi-ginkgo ( via Guix-patches via
2022-09-09 20:50   ` [bug#55903] [PATCH v9 40/42] gnu: Add go-github-com-syndtr-goleveldb-leveldb ( via Guix-patches via
2022-09-09 20:50   ` [bug#55903] [PATCH v9 41/42] gnu: Add go-github-com-emersion-go-mbox ( via Guix-patches via
2022-09-09 20:50   ` [bug#55903] [PATCH v9 42/42] gnu: Add aerc ( via Guix-patches via
2022-09-09 20:52   ` [bug#55903] [PATCH v9 01/42] gnu: Add go-github-com-zenhack-go-notmuch ( via Guix-patches via
2022-09-12  1:56 ` [bug#55903] [PATCHSET] Adding aerc Raghav Gururajan via Guix-patches via
2022-09-12 18:43 ` [bug#55903] [PATCH v10 01/41] gnu: Add go-github-com-zenhack-go-notmuch ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 02/41] gnu: Add go-github-com-creack-pty ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 03/41] gnu: Add go-google-golang-org-protobuf ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 04/41] gnu: Add go-github-com-xo-terminfo ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 05/41] gnu: Add go-github-com-riywo-loginshell ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 06/41] gnu: Add go-github-com-miolini-datacounter ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 07/41] gnu: Add go-github-com-kyoh86-xdg ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 08/41] gnu: Add go-github-com-go-ini-ini ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 09/41] gnu: Add go-github-com-lucasb-eyer-go-colorful ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 10/41] gnu: Add go-github-com-rivo-tview ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 11/41] gnu: Add go-github-com-ssor-bom ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 12/41] gnu: Add go-github-com-gogs-chardet ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 13/41] gnu: Add go-github-com-jaytaylor-html2text ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 14/41] gnu: Add go-github-com-go-test-deep ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 15/41] gnu: Add go-github-com-cention-sany-utf7 ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 16/41] gnu: Add go-github-com-jhillyerd-enmime ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 17/41] gnu: Add go-github-com-gatherstars-com-jwz ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 18/41] gnu: Add go-github-com-emersion-go-textwrapper ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 19/41] gnu: Add go-github-com-emersion-go-message ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 20/41] gnu: go-github-com-emersion-go-sasl: Update to 0b9dcfb ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 21/41] gnu: go-github-com-emersion-go-imap: Update to 1.2.1 ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 22/41] gnu: Add go-github-com-emersion-go-imap-sortthread ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 23/41] gnu: Add go-github-com-protonmail-go-crypto ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 24/41] gnu: Add go-github-com-emersion-go-pgpmail ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 25/41] gnu: Add go-github-com-emersion-go-smtp ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 26/41] gnu: Add go-github-com-niemeyer-pretty ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 27/41] gnu: Add go-github-com-arran4-golang-ical ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 28/41] gnu: Add go-git-sr-ht--sircmpwn-getopt ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 29/41] gnu: Add go-github-com-lithammer-fuzzysearch ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 30/41] gnu: Add go-github-com-google-shlex ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 31/41] gnu: Add go-github-com-emersion-go-maildir ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 32/41] gnu: Add go-github-com-emersion-go-milter ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 33/41] gnu: Add go-github-com-emersion-go-msgauth ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 34/41] gnu: Add go-github-com-onsi-gomega ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 35/41] gnu: Add go-gopkg-in-tomb-v1 ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 36/41] gnu: Add go-github-com-nxadm-tail ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 37/41] gnu: Add go-github-com-go-task-slim-sprig ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 38/41] gnu: Add go-github-com-onsi-ginkgo ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 39/41] gnu: Add go-github-com-syndtr-goleveldb-leveldb ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 40/41] gnu: Add go-github-com-emersion-go-mbox ( via Guix-patches via
2022-09-12 18:43   ` [bug#55903] [PATCH v10 41/41] gnu: Add aerc ( via Guix-patches via
2022-09-26 16:55 ` [bug#55903] [PATCH v11 01/41] gnu: Add go-github-com-zenhack-go-notmuch ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 02/41] gnu: Add go-github-com-creack-pty ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 03/41] gnu: Add go-google-golang-org-protobuf ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 04/41] gnu: Add go-github-com-xo-terminfo ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 05/41] gnu: Add go-github-com-riywo-loginshell ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 06/41] gnu: Add go-github-com-miolini-datacounter ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 07/41] gnu: Add go-github-com-kyoh86-xdg ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 08/41] gnu: Add go-github-com-go-ini-ini ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 09/41] gnu: go-golang-org-colorful: Rename to go-github-com-lucasb-eyer-go-colorful ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 10/41] gnu: Add go-github-com-rivo-tview ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 11/41] gnu: Add go-github-com-ssor-bom ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 12/41] gnu: Add go-github-com-gogs-chardet ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 13/41] gnu: Add go-github-com-jaytaylor-html2text ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 14/41] gnu: Add go-github-com-go-test-deep ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 15/41] gnu: Add go-github-com-cention-sany-utf7 ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 16/41] gnu: Add go-github-com-jhillyerd-enmime ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 17/41] gnu: Add go-github-com-gatherstars-com-jwz ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 18/41] gnu: Add go-github-com-emersion-go-textwrapper ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 19/41] gnu: Add go-github-com-emersion-go-message ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 20/41] gnu: go-github-com-emersion-go-sasl: Update to 0b9dcfb ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 21/41] gnu: go-github-com-emersion-go-imap: Update to 1.2.1 ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 22/41] gnu: Add go-github-com-emersion-go-imap-sortthread ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 23/41] gnu: Add go-github-com-protonmail-go-crypto ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 24/41] gnu: Add go-github-com-emersion-go-pgpmail ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 25/41] gnu: Add go-github-com-emersion-go-smtp ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 26/41] gnu: Add go-github-com-niemeyer-pretty ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 27/41] gnu: Add go-github-com-arran4-golang-ical ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 28/41] gnu: Add go-git-sr-ht--sircmpwn-getopt ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 29/41] gnu: Add go-github-com-lithammer-fuzzysearch ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 30/41] gnu: Add go-github-com-google-shlex ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 31/41] gnu: Add go-github-com-emersion-go-maildir ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 32/41] gnu: Add go-github-com-emersion-go-milter ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 33/41] gnu: Add go-github-com-emersion-go-msgauth ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 34/41] gnu: Add go-github-com-onsi-gomega ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 35/41] gnu: Add go-gopkg-in-tomb-v1 ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 36/41] gnu: Add go-github-com-nxadm-tail ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 37/41] gnu: Add go-github-com-go-task-slim-sprig ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 38/41] gnu: Add go-github-com-onsi-ginkgo ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 39/41] gnu: Add go-github-com-syndtr-goleveldb-leveldb ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 40/41] gnu: Add go-github-com-emersion-go-mbox ( via Guix-patches via
2022-09-26 16:55   ` [bug#55903] [PATCH v11 41/41] gnu: Add aerc ( via Guix-patches via
2022-10-10  7:17 ` [bug#55903] [PATCH v12 01/40] gnu: Add go-github-com-zenhack-go-notmuch ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 02/40] gnu: Add go-github-com-creack-pty ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 03/40] gnu: Add go-google-golang-org-protobuf ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 04/40] gnu: Add go-github-com-xo-terminfo ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 05/40] gnu: Add go-github-com-riywo-loginshell ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 06/40] gnu: Add go-github-com-miolini-datacounter ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 07/40] gnu: Add go-github-com-kyoh86-xdg ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 08/40] gnu: Add go-github-com-go-ini-ini ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 09/40] gnu: go-golang-org-colorful: Rename to go-github-com-lucasb-eyer-go-colorful ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 10/40] gnu: Add go-github-com-rivo-tview ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 11/40] gnu: Add go-github-com-ssor-bom ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 12/40] gnu: Add go-github-com-gogs-chardet ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 13/40] gnu: Add go-github-com-jaytaylor-html2text ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 14/40] gnu: Add go-github-com-go-test-deep ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 15/40] gnu: Add go-github-com-cention-sany-utf7 ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 16/40] gnu: Add go-github-com-jhillyerd-enmime ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 17/40] gnu: Add go-github-com-gatherstars-com-jwz ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 18/40] gnu: Add go-github-com-emersion-go-textwrapper ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 19/40] gnu: Add go-github-com-emersion-go-message ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 20/40] gnu: go-github-com-emersion-go-sasl: Update to 0b9dcfb ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 21/40] gnu: go-github-com-emersion-go-imap: Update to 1.2.1 ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 22/40] gnu: Add go-github-com-emersion-go-imap-sortthread ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 23/40] gnu: Add go-github-com-protonmail-go-crypto ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 24/40] gnu: Add go-github-com-emersion-go-pgpmail ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 25/40] gnu: Add go-github-com-emersion-go-smtp ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 26/40] gnu: Add go-github-com-niemeyer-pretty ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 27/40] gnu: Add go-github-com-arran4-golang-ical ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 28/40] gnu: Add go-git-sr-ht--sircmpwn-getopt ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 29/40] gnu: Add go-github-com-lithammer-fuzzysearch ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 30/40] gnu: Add go-github-com-emersion-go-maildir ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 31/40] gnu: Add go-github-com-emersion-go-milter ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 32/40] gnu: Add go-github-com-emersion-go-msgauth ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 33/40] gnu: Add go-github-com-onsi-gomega ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 34/40] gnu: Add go-gopkg-in-tomb-v1 ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 35/40] gnu: Add go-github-com-nxadm-tail ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 36/40] gnu: Add go-github-com-go-task-slim-sprig ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 37/40] gnu: Add go-github-com-onsi-ginkgo ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 38/40] gnu: Add go-github-com-syndtr-goleveldb-leveldb ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 39/40] gnu: Add go-github-com-emersion-go-mbox ( via Guix-patches via
2022-10-10  7:17   ` [bug#55903] [PATCH v12 40/40] gnu: Add aerc ( via Guix-patches via
2022-10-21 21:10 ` [bug#55903] [PATCH v13 01/42] gnu: Add go-github-com-zenhack-go-notmuch ( via Guix-patches via
2022-10-21 21:10   ` [bug#55903] [PATCH v13 02/42] gnu: Add go-github-com-creack-pty ( via Guix-patches via
2022-10-21 21:10   ` [bug#55903] [PATCH v13 03/42] gnu: Add go-google-golang-org-protobuf ( via Guix-patches via
2022-10-21 21:10   ` [bug#55903] [PATCH v13 04/42] gnu: Add go-github-com-xo-terminfo ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 05/42] gnu: Add go-github-com-riywo-loginshell ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 06/42] gnu: Add go-github-com-miolini-datacounter ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 07/42] gnu: Add go-github-com-kyoh86-xdg ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 08/42] gnu: Add go-github-com-go-ini-ini ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 09/42] gnu: go-golang-org-colorful: Rename to go-github-com-lucasb-eyer-go-colorful ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 10/42] gnu: Add go-github-com-rivo-tview ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 11/42] gnu: Add go-github-com-ssor-bom ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 12/42] gnu: Add go-github-com-gogs-chardet ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 13/42] gnu: Add go-github-com-jaytaylor-html2text ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 14/42] gnu: Add go-github-com-go-test-deep ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 15/42] gnu: Add go-github-com-cention-sany-utf7 ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 16/42] gnu: Add go-github-com-jhillyerd-enmime ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 17/42] gnu: Add go-github-com-gatherstars-com-jwz ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 18/42] gnu: Add go-github-com-emersion-go-textwrapper ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 19/42] gnu: Add go-github-com-emersion-go-message ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 20/42] gnu: go-github-com-emersion-go-sasl: Update to 0b9dcfb ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 21/42] gnu: go-github-com-emersion-go-imap: Update to 1.2.1 ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 22/42] gnu: Add go-github-com-emersion-go-imap-sortthread ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 23/42] gnu: Add go-github-com-protonmail-go-crypto ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 24/42] gnu: Add go-github-com-emersion-go-pgpmail ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 25/42] gnu: Add go-github-com-emersion-go-smtp ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 26/42] gnu: Add go-github-com-niemeyer-pretty ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 27/42] gnu: Add go-github-com-arran4-golang-ical ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 28/42] gnu: Add go-git-sr-ht--sircmpwn-getopt ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 29/42] gnu: Add go-github-com-lithammer-fuzzysearch ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 30/42] gnu: Add go-github-com-emersion-go-maildir ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 31/42] gnu: Add go-github-com-emersion-go-milter ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 32/42] gnu: Add go-github-com-emersion-go-msgauth ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 33/42] gnu: Add go-github-com-onsi-gomega ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 34/42] gnu: Add go-gopkg-in-tomb-v1 ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 35/42] gnu: Add go-github-com-nxadm-tail ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 36/42] gnu: Add go-github-com-go-task-slim-sprig ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 37/42] gnu: Add go-github-com-onsi-ginkgo ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 38/42] gnu: Add go-github-com-syndtr-goleveldb-leveldb ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 39/42] gnu: Add go-github-com-emersion-go-mbox ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 40/42] gnu: go-github-com-gdamore-tcell-v2: Update to 2.5.3 ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 41/42] gnu: Add go-git-sr-ht-rockorager-tcell-term ( via Guix-patches via
2022-10-21 21:11   ` [bug#55903] [PATCH v13 42/42] gnu: Add aerc ( via Guix-patches via
2022-11-28  7:27 ` bug#55903: [PATCHSET] Adding aerc Raghav Gururajan via Guix-patches via
2022-11-28  8:21   ` [bug#55903] " ( via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220611191653.15471-4-paren@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=55903@debbugs.gnu.org \
    --cc=paren@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).