all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Miguel Ángel Moreno" <mail@migalmoreno.com>
To: 62284@debbugs.gnu.org
Cc: mail@migalmoreno.com, "Ludovic Courtès" <ludo@gnu.org>,
	"Sharlatan Hellseher" <sharlatanus@gmail.com>,
	"Andrew Tropin" <andrew@trop.in>
Subject: [bug#62284] [PATCH v2 71/71] Revert "gnu: go-golang-org-x-net: Update to 0.5.0."
Date: Sun, 11 Feb 2024 23:47:34 +0100	[thread overview]
Message-ID: <86eddi62k9.fsf@migalmoreno.com> (raw)
In-Reply-To: <ea858d9c48f07be9ed0ff9eb728f5f80cdda082a.1707685294.git.mail@migalmoreno.com> ("Miguel Ángel Moreno"'s message of "Sun, 11 Feb 2024 23:09:46 +0100")

On 2024-02-11 23:09, Miguel Ángel Moreno wrote:

> This reverts commit 871a0fe5a38ac72a77a920d048770c2c51ab31c4.
> ---
>  gnu/packages/golang.scm | 22 ++++++++++------------
>  1 file changed, 10 insertions(+), 12 deletions(-)
>
> diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
> index 4b639edae7..ec0950b232 100644
> --- a/gnu/packages/golang.scm
> +++ b/gnu/packages/golang.scm
> @@ -3746,11 +3746,11 @@ (define-public gopls
>      (license license:bsd-3)))
>  
>  (define-public go-golang-org-x-net
> -  (let ((commit "8e0e7d8d38f2b6d21d742845570dde2902d06a1d")
> -        (revision "0"))
> +  (let ((commit "ba9fcec4b297b415637633c5a6e8fa592e4a16c3")
> +        (revision "4"))
>      (package
>        (name "go-golang-org-x-net")
> -      (version (git-version "0.5.0" revision commit))
> +      (version (git-version "0.0.0" revision commit))
>        (source (origin
>                  (method git-fetch)
>                  (uri (git-reference
> @@ -3759,17 +3759,15 @@ (define-public go-golang-org-x-net
>                  (file-name (git-file-name name version))
>                  (sha256
>                   (base32
> -                  "1fidlcn3vcz42v2lc0rpmqh3bz08bcklj6jvnmz2vvgc481ci5hy"))))
> +                  "1hbqvy6r0s5h0dpdqw8fynl3cq0acin3iyqki9xvl5r8h33yb9bx"))))
>        (build-system go-build-system)
>        (arguments
> -       (list
> -        #:import-path "golang.org/x/net"
> -        ;; Source-only package
> -        #:tests? #f
> -        #:phases
> -        #~(modify-phases %standard-phases
> -            ;; Source-only package
> -            (delete 'build))))
> +       `(#:import-path "golang.org/x/net"
> +         ; Source-only package
> +         #:tests? #f
> +         #:phases
> +         (modify-phases %standard-phases
> +           (delete 'build))))
>        (synopsis "Go supplemental networking libraries")
>        (description "This package provides supplemental Go networking libraries.")
>        (home-page "https://go.googlesource.com/net")
> -- 
>
> 2.41.0

Hi,

The latest revision of this patch series rebases the changes against the
latest Guix master.  Further, upon trying to build the package, I
noticed that an update recently made to the go-golang-org-x-net package
causes an error on go-mau-fi-whatsmeow's build, so I've decided to
revert its commit, and I presume it's related to the package having an
"embed:" directive (which gives issues when building Go packages in
Guix).  I'd highly appreciate it if you could help me further debug this
issue or guide me on another course of action.

-- 
Best regards,
Miguel Ángel Moreno

  reply	other threads:[~2024-02-12  5:35 UTC|newest]

Thread overview: 144+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-19 23:25 [bug#62284] [PATCH 00/70] gnu: Add mautrix-whatsapp conses
2023-03-19 23:28 ` [bug#62284] [PATCH 01/70] gnu: Add go-github-com-tidwall-sjson conses
2023-03-19 23:28 ` [bug#62284] [PATCH 02/70] gnu: Add go-github-com-tidwall-gjson conses
2023-03-19 23:28 ` [bug#62284] [PATCH 03/70] gnu: Add go-github-com-tidwall-match conses
2023-03-19 23:29 ` [bug#62284] [PATCH 04/70] gnu: Add go-github-com-tidwall-pretty conses
2023-03-19 23:29 ` [bug#62284] [PATCH 05/70] gnu: go-google-golang-org-protobuf: Update to 1.30.0 conses
2023-03-19 23:29 ` [bug#62284] [PATCH 06/70] gnu: Add go-google-golang-org-protobuf-package conses
2023-03-19 23:29 ` [bug#62284] [PATCH 07/70] gnu: Add go-google-golang-org-protobuf-proto conses
2023-03-19 23:30 ` [bug#62284] [PATCH 08/70] gnu: Add go-google-golang-org-protobuf-reflect-protoreflect conses
2023-03-19 23:30 ` [bug#62284] [PATCH 09/70] gnu: Add go-google-golang-org-protobuf-reflect-protoregistry conses
2023-03-19 23:30 ` [bug#62284] [PATCH 10/70] gnu: Add go-google-golang-org-protobuf-encoding-protowire conses
2023-03-19 23:30 ` [bug#62284] [PATCH 11/70] gnu: Add go-google-golang-org-protobuf-encoding-prototext conses
2023-03-19 23:33 ` [bug#62284] [PATCH 12/70] gnu: Add go-google-golang-org-protobuf-internal-encoding-text conses
2023-03-19 23:33 ` [bug#62284] [PATCH 13/70] gnu: Add go-google-golang-org-protobuf-internal-encoding-messageset conses
2023-03-19 23:33 ` [bug#62284] [PATCH 14/70] gnu: Add go-google-golang-org-protobuf-internal-encoding-defval conses
2023-03-19 23:33 ` [bug#62284] [PATCH 15/70] gnu: Add go-google-golang-org-protobuf-internal-encoding-tag conses
2023-03-19 23:34 ` [bug#62284] [PATCH 16/70] gnu: Add go-google-golang-org-protobuf-internal-errors conses
2023-03-19 23:35 ` [bug#62284] [PATCH 17/70] gnu: Add go-google-golang-org-protobuf-internal-set.* gnu/packages/golang.scm (go-google-golang-org-protobuf-internal-set): New variable conses
2023-03-19 23:35 ` [bug#62284] [PATCH 18/70] gnu: Add go-google-golang-org-protobuf-internal-descfmt conses
2023-03-19 23:37 ` [bug#62284] [PATCH 19/70] gnu: Add go-google-golang-org-protobuf-internal-descopts conses
2023-03-19 23:37 ` [bug#62284] [PATCH 20/70] gnu: Add go-google-golang-org-protobuf-internal-flags conses
2023-03-19 23:38 ` [bug#62284] [PATCH 21/70] gnu: Add go-google-golang-org-protobuf-internal-genid conses
2023-03-19 23:38 ` [bug#62284] [PATCH 22/70] gnu: Add go-google-golang-org-protobuf-internal-order conses
2023-03-19 23:38 ` [bug#62284] [PATCH 23/70] gnu: Add go-google-golang-org-protobuf-internal-pragma conses
2023-03-19 23:39 ` [bug#62284] [PATCH 24/70] gnu: Add go-google-golang-org-protobuf-internal-strs conses
2023-03-19 23:39 ` [bug#62284] [PATCH 25/70] gnu: Add go-google-golang-org-protobuf-internal-detrand conses
2023-03-19 23:39 ` [bug#62284] [PATCH 26/70] gnu: Add go-google-golang-org-protobuf-internal-filedesc conses
2023-03-19 23:39 ` [bug#62284] [PATCH 27/70] gnu: Add go-google-golang-org-protobuf-internal-filetype conses
2023-03-19 23:39 ` [bug#62284] [PATCH 28/70] gnu: Add go-google-golang-org-protobuf-internal-impl conses
2023-03-19 23:40 ` [bug#62284] [PATCH 29/70] gnu: Add go-google-golang-org-protobuf-internal-version conses
2023-03-19 23:40 ` [bug#62284] [PATCH 30/70] gnu: Add go-google-golang-org-protobuf-runtime-protoiface conses
2023-03-19 23:40 ` [bug#62284] [PATCH 31/70] gnu: Add go-google-golang-org-protobuf-runtime-protoimpl conses
2023-03-19 23:40 ` [bug#62284] [PATCH 32/70] gnu: Add go-github-com-skip2-go-qrcode conses
2023-03-19 23:40 ` [bug#62284] [PATCH 33/70] gnu: Add go-maunium-net-go-mauflag conses
2023-03-19 23:40 ` [bug#62284] [PATCH 34/70] gnu: Add go-maunium-net-go-maulogger conses
2023-03-19 23:45 ` [bug#62284] [PATCH 35/70] gnu: Add go-mau-fi-libsignal conses
2023-03-19 23:45 ` [bug#62284] [PATCH 36/70] gnu: Add go-mau-fi-libsignal-package conses
2023-03-19 23:45 ` [bug#62284] [PATCH 37/70] gnu: Add go-mau-fi-libsignal-ecc conses
2023-03-19 23:45 ` [bug#62284] [PATCH 38/70] gnu: Add go-mau-fi-libsignal-groups conses
2023-03-19 23:46 ` [bug#62284] [PATCH 39/70] gnu: Add go-mau-fi-libsignal-cipher conses
2023-03-19 23:46 ` [bug#62284] [PATCH 40/70] gnu: Add go-mau-fi-libsignal-kdf conses
2023-03-19 23:46 ` [bug#62284] [PATCH 41/70] gnu: Add go-mau-fi-libsignal-keys-identity conses
2023-03-19 23:46 ` [bug#62284] [PATCH 42/70] gnu: Add go-mau-fi-libsignal-keys-prekey conses
2023-03-19 23:47 ` [bug#62284] [PATCH 43/70] gnu: Add go-mau-fi-libsignal-keys-chain conses
2023-03-19 23:47 ` [bug#62284] [PATCH 44/70] gnu: Add go-mau-fi-libsignal-keys-message conses
2023-03-19 23:47 ` [bug#62284] [PATCH 45/70] gnu: Add go-mau-fi-libsignal-keys-root conses
2023-03-19 23:47 ` [bug#62284] [PATCH 46/70] gnu: Add go-mau-fi-libsignal-keys-session conses
2023-03-19 23:47 ` [bug#62284] [PATCH 47/70] gnu: Add go-mau-fi-libsignal-logger conses
2023-03-19 23:47 ` [bug#62284] [PATCH 48/70] gnu: Add go-mau-fi-libsignal-ratchet conses
2023-03-19 23:47 ` [bug#62284] [PATCH 49/70] gnu: Add go-mau-fi-libsignal-serialize conses
2023-03-19 23:48 ` [bug#62284] [PATCH 50/70] gnu: Add go-mau-fi-libsignal-protocol conses
2023-03-19 23:48 ` [bug#62284] [PATCH 51/70] gnu: Add go-mau-fi-libsignal-session conses
2023-03-19 23:48 ` [bug#62284] [PATCH 52/70] gnu: Add go-mau-fi-libsignal-signalerror conses
2023-03-19 23:48 ` [bug#62284] [PATCH 53/70] gnu: Add go-mau-fi-libsignal-state-record conses
2023-03-19 23:48 ` [bug#62284] [PATCH 54/70] gnu: Add go-mau-fi-libsignal-state-store conses
2023-03-19 23:48 ` [bug#62284] [PATCH 55/70] gnu: Add go-mau-fi-libsignal-util-bytehelper conses
2023-03-19 23:49 ` [bug#62284] [PATCH 56/70] gnu: Add go-mau-fi-libsignal-util-keyhelper conses
2023-03-19 23:49 ` [bug#62284] [PATCH 57/70] gnu: Add go-mau-fi-libsignal-util-optional conses
2023-03-19 23:49 ` [bug#62284] [PATCH 58/70] gnu: Add go-mau-fi-libsignal-util-errorhelper conses
2023-03-19 23:49 ` [bug#62284] [PATCH 59/70] gnu: Add go-mau-fi-libsignal-util-medium conses
2023-03-19 23:49 ` [bug#62284] [PATCH 60/70] gnu: Add go-mau-fi-whatsmeow conses
2023-03-19 23:50 ` [bug#62284] [PATCH 61/70] gnu: Add go-github-com-rs-xid conses
2023-03-19 23:50 ` [bug#62284] [PATCH 62/70] gnu: go-github-com-mattn-go-isatty: Update to 0.1.13 conses
2023-03-19 23:50 ` [bug#62284] [PATCH 63/70] gnu: Add go-github-com-coreos-go-systemd conses
2023-03-19 23:50 ` [bug#62284] [PATCH 64/70] gnu: Add go-github-com-coreos-go-systemd-journal conses
2023-03-19 23:50 ` [bug#62284] [PATCH 65/70] gnu: Add go-github-com-rs-zerolog conses
2023-03-19 23:50 ` [bug#62284] [PATCH 66/70] gnu: Add go-mau-fi-zeroconfig conses
2023-03-19 23:51 ` [bug#62284] [PATCH 67/70] gnu: Add go-maunium-net-go-mautrix conses
2023-03-19 23:51 ` [bug#62284] [PATCH 68/70] gnu: go-github-com-mattn-go-sqlite3: Update to 1.14.16 conses
2023-03-19 23:51 ` [bug#62284] [PATCH 69/70] gnu: Add go-github-com-chai2010-webp conses
2023-03-19 23:51 ` [bug#62284] [PATCH 70/70] gnu: Add mautrix-whatsapp conses
2024-02-11 21:02 ` [bug#62284] [PATCH v2 01/71] gnu: Add go-github-com-tidwall-sjson Miguel Ángel Moreno
2024-02-11 21:02   ` [bug#62284] [PATCH v2 02/71] gnu: Add go-github-com-tidwall-gjson Miguel Ángel Moreno
2024-02-11 21:03   ` [bug#62284] [PATCH v2 03/71] gnu: Add go-github-com-tidwall-match Miguel Ángel Moreno
2024-02-11 21:03   ` [bug#62284] [PATCH v2 04/71] gnu: Add go-github-com-tidwall-pretty Miguel Ángel Moreno
2024-02-11 21:03   ` [bug#62284] [PATCH v2 05/71] gnu: go-google-golang-org-protobuf: Update to 1.30.0 Miguel Ángel Moreno
2024-02-11 21:03   ` [bug#62284] [PATCH v2 06/71] gnu: Add go-google-golang-org-protobuf-package Miguel Ángel Moreno
2024-02-11 21:03   ` [bug#62284] [PATCH v2 07/71] gnu: Add go-google-golang-org-protobuf-proto Miguel Ángel Moreno
2024-02-11 21:03   ` [bug#62284] [PATCH v2 08/71] gnu: Add go-google-golang-org-protobuf-reflect-protoreflect Miguel Ángel Moreno
2024-02-11 21:03   ` [bug#62284] [PATCH v2 09/71] gnu: Add go-google-golang-org-protobuf-reflect-protoregistry Miguel Ángel Moreno
2024-02-11 21:04   ` [bug#62284] [PATCH v2 10/71] gnu: Add go-google-golang-org-protobuf-encoding-protowire Miguel Ángel Moreno
2024-02-11 21:04   ` [bug#62284] [PATCH v2 11/71] gnu: Add go-google-golang-org-protobuf-encoding-prototext Miguel Ángel Moreno
2024-02-11 21:04   ` [bug#62284] [PATCH v2 12/71] gnu: Add go-google-golang-org-protobuf-internal-encoding-text Miguel Ángel Moreno
2024-02-11 21:04   ` [bug#62284] [PATCH v2 13/71] gnu: Add go-google-golang-org-protobuf-internal-encoding-messageset Miguel Ángel Moreno
2024-02-11 21:04   ` [bug#62284] [PATCH v2 14/71] gnu: Add go-google-golang-org-protobuf-internal-encoding-defval Miguel Ángel Moreno
2024-02-11 21:04   ` [bug#62284] [PATCH v2 15/71] gnu: Add go-google-golang-org-protobuf-internal-encoding-tag Miguel Ángel Moreno
2024-02-11 21:04   ` [bug#62284] [PATCH v2 16/71] gnu: Add go-google-golang-org-protobuf-internal-errors Miguel Ángel Moreno
2024-02-11 21:04   ` [bug#62284] [PATCH v2 17/71] gnu: Add go-google-golang-org-protobuf-internal-set Miguel Ángel Moreno
2024-02-11 21:05   ` [bug#62284] [PATCH v2 18/71] gnu: Add go-google-golang-org-protobuf-internal-descfmt Miguel Ángel Moreno
2024-02-11 21:05   ` [bug#62284] [PATCH v2 19/71] gnu: Add go-google-golang-org-protobuf-internal-descopts Miguel Ángel Moreno
2024-02-11 21:05   ` [bug#62284] [PATCH v2 20/71] gnu: Add go-google-golang-org-protobuf-internal-flags Miguel Ángel Moreno
2024-02-11 21:05   ` [bug#62284] [PATCH v2 21/71] gnu: Add go-google-golang-org-protobuf-internal-genid Miguel Ángel Moreno
2024-02-11 21:05   ` [bug#62284] [PATCH v2 22/71] gnu: Add go-google-golang-org-protobuf-internal-order Miguel Ángel Moreno
2024-02-11 21:05   ` [bug#62284] [PATCH v2 23/71] gnu: Add go-google-golang-org-protobuf-internal-pragma Miguel Ángel Moreno
2024-02-11 21:05   ` [bug#62284] [PATCH v2 24/71] gnu: Add go-google-golang-org-protobuf-internal-strs Miguel Ángel Moreno
2024-02-11 21:05   ` [bug#62284] [PATCH v2 25/71] gnu: Add go-google-golang-org-protobuf-internal-detrand Miguel Ángel Moreno
2024-02-11 21:05   ` [bug#62284] [PATCH v2 26/71] gnu: Add go-google-golang-org-protobuf-internal-filedesc Miguel Ángel Moreno
2024-02-11 21:05   ` [bug#62284] [PATCH v2 27/71] gnu: Add go-google-golang-org-protobuf-internal-filetype Miguel Ángel Moreno
2024-02-11 21:05   ` [bug#62284] [PATCH v2 28/71] gnu: Add go-google-golang-org-protobuf-internal-impl Miguel Ángel Moreno
2024-02-11 21:05   ` [bug#62284] [PATCH v2 29/71] gnu: Add go-google-golang-org-protobuf-internal-version Miguel Ángel Moreno
2024-02-11 21:06   ` [bug#62284] [PATCH v2 30/71] gnu: Add go-google-golang-org-protobuf-runtime-protoiface Miguel Ángel Moreno
2024-02-11 21:06   ` [bug#62284] [PATCH v2 31/71] gnu: Add go-google-golang-org-protobuf-runtime-protoimpl Miguel Ángel Moreno
2024-02-11 21:06   ` [bug#62284] [PATCH v2 32/71] gnu: Add go-github-com-skip2-go-qrcode Miguel Ángel Moreno
2024-02-11 21:06   ` [bug#62284] [PATCH v2 33/71] gnu: Add go-maunium-net-go-mauflag Miguel Ángel Moreno
2024-02-11 21:06   ` [bug#62284] [PATCH v2 34/71] gnu: Add go-maunium-net-go-maulogger Miguel Ángel Moreno
2024-02-11 21:06   ` [bug#62284] [PATCH v2 35/71] gnu: Add go-mau-fi-libsignal Miguel Ángel Moreno
2024-02-11 22:02   ` [bug#62284] [PATCH v2 36/71] gnu: Add go-mau-fi-libsignal-package Miguel Ángel Moreno
2024-02-11 22:02   ` [bug#62284] [PATCH v2 37/71] gnu: Add go-mau-fi-libsignal-ecc Miguel Ángel Moreno
2024-02-11 22:02   ` [bug#62284] [PATCH v2 38/71] gnu: Add go-mau-fi-libsignal-groups Miguel Ángel Moreno
2024-02-11 22:02   ` [bug#62284] [PATCH v2 39/71] gnu: Add go-mau-fi-libsignal-cipher Miguel Ángel Moreno
2024-02-11 22:02   ` [bug#62284] [PATCH v2 40/71] gnu: Add go-mau-fi-libsignal-kdf Miguel Ángel Moreno
2024-02-11 22:03   ` [bug#62284] [PATCH v2 41/71] gnu: Add go-mau-fi-libsignal-keys-identity Miguel Ángel Moreno
2024-02-11 22:03   ` [bug#62284] [PATCH v2 42/71] gnu: Add go-mau-fi-libsignal-keys-prekey Miguel Ángel Moreno
2024-02-11 22:03   ` [bug#62284] [PATCH v2 43/71] gnu: Add go-mau-fi-libsignal-keys-chain Miguel Ángel Moreno
2024-02-11 22:03   ` [bug#62284] [PATCH v2 44/71] gnu: Add go-mau-fi-libsignal-keys-message Miguel Ángel Moreno
2024-02-11 22:03   ` [bug#62284] [PATCH v2 45/71] gnu: Add go-mau-fi-libsignal-keys-root Miguel Ángel Moreno
2024-02-11 22:05   ` [bug#62284] [PATCH v2 46/71] gnu: Add go-mau-fi-libsignal-keys-session Miguel Ángel Moreno
2024-02-11 22:05   ` [bug#62284] [PATCH v2 47/71] gnu: Add go-mau-fi-libsignal-logger Miguel Ángel Moreno
2024-02-11 22:05   ` [bug#62284] [PATCH v2 48/71] gnu: Add go-mau-fi-libsignal-ratchet Miguel Ángel Moreno
2024-02-11 22:05   ` [bug#62284] [PATCH v2 49/71] gnu: Add go-mau-fi-libsignal-serialize Miguel Ángel Moreno
2024-02-11 22:05   ` [bug#62284] [PATCH v2 50/71] gnu: Add go-mau-fi-libsignal-protocol Miguel Ángel Moreno
2024-02-11 22:06   ` [bug#62284] [PATCH v2 51/71] gnu: Add go-mau-fi-libsignal-session Miguel Ángel Moreno
2024-02-11 22:06   ` [bug#62284] [PATCH v2 52/71] gnu: Add go-mau-fi-libsignal-signalerror Miguel Ángel Moreno
2024-02-11 22:06   ` [bug#62284] [PATCH v2 53/71] gnu: Add go-mau-fi-libsignal-state-record Miguel Ángel Moreno
2024-02-11 22:06   ` [bug#62284] [PATCH v2 54/71] gnu: Add go-mau-fi-libsignal-state-store Miguel Ángel Moreno
2024-02-11 22:06   ` [bug#62284] [PATCH v2 55/71] gnu: Add go-mau-fi-libsignal-util-bytehelper Miguel Ángel Moreno
2024-02-11 22:06   ` [bug#62284] [PATCH v2 56/71] gnu: Add go-mau-fi-libsignal-util-keyhelper Miguel Ángel Moreno
2024-02-11 22:06   ` [bug#62284] [PATCH v2 57/71] gnu: Add go-mau-fi-libsignal-util-optional Miguel Ángel Moreno
2024-02-11 22:06   ` [bug#62284] [PATCH v2 58/71] gnu: Add go-mau-fi-libsignal-util-errorhelper Miguel Ángel Moreno
2024-02-11 22:07   ` [bug#62284] [PATCH v2 59/71] gnu: Add go-mau-fi-libsignal-util-medium Miguel Ángel Moreno
2024-02-11 22:08   ` [bug#62284] [PATCH v2 60/71] gnu: Add go-mau-fi-whatsmeow Miguel Ángel Moreno
2024-02-11 22:08   ` [bug#62284] [PATCH v2 61/71] gnu: Add go-github-com-rs-xid Miguel Ángel Moreno
2024-02-11 22:08   ` [bug#62284] [PATCH v2 62/71] gnu: go-github-com-mattn-go-isatty: Update to 0.1.13 Miguel Ángel Moreno
2024-02-11 22:08   ` [bug#62284] [PATCH v2 63/71] gnu: Add go-github-com-coreos-go-systemd Miguel Ángel Moreno
2024-02-11 22:08   ` [bug#62284] [PATCH v2 64/71] gnu: Add go-github-com-coreos-go-systemd-journal Miguel Ángel Moreno
2024-02-11 22:08   ` [bug#62284] [PATCH v2 65/71] gnu: Add go-github-com-rs-zerolog Miguel Ángel Moreno
2024-02-11 22:08   ` [bug#62284] [PATCH v2 66/71] gnu: Add go-mau-fi-zeroconfig Miguel Ángel Moreno
2024-02-11 22:08   ` [bug#62284] [PATCH v2 67/71] gnu: Add go-maunium-net-go-mautrix Miguel Ángel Moreno
2024-02-11 22:09   ` [bug#62284] [PATCH v2 68/71] gnu: go-github-com-mattn-go-sqlite3: Update to 1.14.16 Miguel Ángel Moreno
2024-02-11 22:09   ` [bug#62284] [PATCH v2 69/71] gnu: Add go-github-com-chai2010-webp Miguel Ángel Moreno
2024-02-11 22:09   ` [bug#62284] [PATCH v2 70/71] gnu: Add mautrix-whatsapp Miguel Ángel Moreno
2024-02-11 22:09   ` [bug#62284] [PATCH v2 71/71] Revert "gnu: go-golang-org-x-net: Update to 0.5.0." Miguel Ángel Moreno
2024-02-11 22:47     ` Miguel Ángel Moreno [this message]
2024-02-22 16:28 ` [bug#62284] (no subject) Sharlatan Hellseher

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

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

  git send-email \
    --in-reply-to=86eddi62k9.fsf@migalmoreno.com \
    --to=mail@migalmoreno.com \
    --cc=62284@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=ludo@gnu.org \
    --cc=sharlatanus@gmail.com \
    /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 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.