From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id yDfENiO7AmVlbQEAG6o9tA:P1 (envelope-from ) for ; Thu, 14 Sep 2023 09:49:56 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id yDfENiO7AmVlbQEAG6o9tA (envelope-from ) for ; Thu, 14 Sep 2023 09:49:55 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D1A239C8C for ; Thu, 14 Sep 2023 09:49:55 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rdklein.fr header.s=zoho header.b=bB0RZnll; arc=reject ("signature check failed: fail, {[1] = sig:zohomail.eu:reject}"); dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=2; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694677795; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=LcrTg2luiP0+aKRWG5n4gKhkokvK9w2dqHY1W9EPiNY=; b=OxTPEhikJNIh8zgETsHFMef3oUD7BKvLME/PGJMHXPBsL/sSvlu85/XSDf/AxDxDI2eTVm HQ4iQKd4t1WVm/yYiWsvqWUrWwlNFH9eUBI5/DFfnO3G7kQqreJveje485PhYiKDiC2kZP Cn+6oquU56m8dE0VHCKr0mDktRue8iOjA3A0+iq6ITmk9xWO8G12KTfp8SLp7eAceGXNKd GtGCQRflAzoI2bI06JOCS7TcqfQ73fnbRFZ+cuHe1KBWxxCzinc/IgLjU2Ma+S62KMNDyg 2VIRu50+Z3eymKG9BIbkiuVaJL0V44vJYOx1moKRWnhvnuJtuyUjdt/IWJ2eSQ== ARC-Seal: i=2; s=key1; d=yhetil.org; t=1694677795; a=rsa-sha256; cv=fail; b=sLZShw26pyM5Z3KpudBmkipITqshcNIdS4B54knRtvGf7m8d77qCyDyV9WK0zM57fWrWML a9CWO1y7ZiiWkHXooASv/rrfonEomVyQU+Jjc6/DDOtIo3flQjhpWNDEsNXhaM/7W60bHg IghFMZuLvbFHqF+OdwYpWueUO5vTJpAdstg1hi0J8WrqdQ0Dg52vz+K6TWXqp3K9352ncn JujUbDYcuvdeB9l6jhtell9f6sLQJE9b5wsFsNrK+KOp++akmFQJhRKsqLC00eBve2meln 4Sfic3HiTkzphS91Qcd6VCOtZX8wqppYTzB1ma6OQijIMXKR0spvhRMMJvQcww== ARC-Authentication-Results: i=2; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rdklein.fr header.s=zoho header.b=bB0RZnll; arc=reject ("signature check failed: fail, {[1] = sig:zohomail.eu:reject}"); dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qgh6P-0007nS-66; Thu, 14 Sep 2023 03:49:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qgh5w-0007Xn-3v for guix-patches@gnu.org; Thu, 14 Sep 2023 03:49:00 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qgh5s-0000sk-UZ for guix-patches@gnu.org; Thu, 14 Sep 2023 03:48:57 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qgh5y-0008FA-JO for guix-patches@gnu.org; Thu, 14 Sep 2023 03:49:02 -0400 Subject: bug#65967: Acknowledgement ([PATCH 32/33] gnu: Add go-cloud-google-com-go-workflows.) Resent-From: Edouard Klein Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 14 Sep 2023 07:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 65967 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65967-done@debbugs.gnu.org Mail-Followup-To: 65967@debbugs.gnu.org, edou@rdklein.fr, edk@beaver-labs.com Received: via spool by 65967-done@debbugs.gnu.org id=D65967.169467768831566 (code D ref 65967); Thu, 14 Sep 2023 07:49:02 +0000 Received: (at 65967-done) by debbugs.gnu.org; 14 Sep 2023 07:48:08 +0000 Received: from localhost ([127.0.0.1]:37270 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgh55-0008Cu-It for submit@debbugs.gnu.org; Thu, 14 Sep 2023 03:48:08 -0400 Received: from sender-op-o10.zoho.eu ([136.143.169.10]:17885) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgh50-0008AT-E0 for 65967-done@debbugs.gnu.org; Thu, 14 Sep 2023 03:48:06 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1694677674; cv=none; d=zohomail.eu; s=zohoarc; b=CFBezBwWCyi6JsRl/d6lc/w6afaB6EQgAkX0bid82vV2Y6e5fM1F2jgf94mqvbvhRs8xj6b685l2m/catkPhMKpHyUFFEr53MRiua+2lHgsHrbBMqdHhDsa6zQRTOm+G+gNyPiwdManNmKX5ZaqxvJ1kEMK8rQV2uirT1wfiJ5g= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1694677674; h=Content-Type:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To:Cc; bh=LcrTg2luiP0+aKRWG5n4gKhkokvK9w2dqHY1W9EPiNY=; b=kS/MiaSwSrmjIMkW88QOa3N4NopbCImgwSdy7WMCJHetpjsNF9EvlNPsJTXH2B/Aqs1MT4dxb+xRau5dIVP9R4QGgldqpxjaGGVFJ/y15DkM12trJ0aaSFIjJXVx90+1h+0+H0uj4Qb1JLRHRJRXgkXZijvKnF2U+bnrmikoPCA= ARC-Authentication-Results: i=1; mx.zohomail.eu; dkim=pass header.i=rdklein.fr; spf=pass smtp.mailfrom=edou@rdklein.fr; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1694677674; s=zoho; d=rdklein.fr; i=edou@rdklein.fr; h=References:From:From:To:To:Subject:Subject:Date:Date:In-reply-to:Message-ID:MIME-Version:Content-Type:Message-Id:Reply-To:Cc; bh=LcrTg2luiP0+aKRWG5n4gKhkokvK9w2dqHY1W9EPiNY=; b=bB0RZnllnBghh+a3o8z9r+cwauDMpHDJGgv+Bo7N9rS0FnVzh3gbgsEbnRMdCx90 jUx7NxgfJG76qVvBLgE+JQOl8hoKrt4bogGwqjf2VWBvbrxhTvqk2ABiSBPF9qWwzUq V/jJbbud0S1+VsS1TSCBWI6eS4rV5XNvbwv0x0WdChz39G9Et+M6aPQYlJ+4OJMS1rG kmZql1fCbZKO+Pm/E12fWgPmPdbTTLWqA2caYyqL95TinTSQBq/EYkCWV188qeptRGx lhbi4NS5Rmqyv0DRSoyydc7pXsjKWLjjDIqDsPFYwLXgFc5bqUVXAhL/hPd8G/Unuic dF5WrKYX+A== Received: from schwarzy (lfbn-idf3-1-667-244.w86-252.abo.wanadoo.fr [86.252.237.244]) by mx.zoho.eu with SMTPS id 1694677671203270.4742289013609; Thu, 14 Sep 2023 09:47:51 +0200 (CEST) References: User-agent: mu4e 1.10.2; emacs 28.2 From: Edouard Klein Date: Thu, 14 Sep 2023 09:47:48 +0200 In-reply-to: Message-ID: <875y4d2o2h.fsf@rdklein.fr> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 1.72 X-Spam-Score: 1.72 X-Migadu-Queue-Id: D1A239C8C X-Migadu-Scanner: mx0.migadu.com X-TUID: bSrFkwMoIKug help-debbugs@gnu.org (GNU bug Tracking System) writes: > Thank you for filing a new bug report with debbugs.gnu.org. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > As you requested using X-Debbugs-CC, your message was also forwarded to > Katherine Cox-Buday > (after having been given a bug report number, if it did not have one). > > Your message has been sent to the package maintainer(s): > guix-patches@gnu.org > > If you wish to submit further information on this problem, please > send it to 65967@debbugs.gnu.org. > > Please do not send mail to help-debbugs@gnu.org unless you wish > to report a problem with the Bug-tracking system.