From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id yJ3jLnaBrGIa3gAAbAwnHQ (envelope-from ) for ; Fri, 17 Jun 2022 15:28:22 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id eEzQLnaBrGKURQEA9RJhRA (envelope-from ) for ; Fri, 17 Jun 2022 15:28:22 +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 769077061 for ; Fri, 17 Jun 2022 15:28:22 +0200 (CEST) Received: from localhost ([::1]:49360 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o2C1N-0001nd-Lr for larch@yhetil.org; Fri, 17 Jun 2022 09:28:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40756) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2C14-0001n0-9a for guix-patches@gnu.org; Fri, 17 Jun 2022 09:28:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50482) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o2C14-0006g3-1E for guix-patches@gnu.org; Fri, 17 Jun 2022 09:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o2C13-00053E-UV for guix-patches@gnu.org; Fri, 17 Jun 2022 09:28:01 -0400 Subject: bug#55981: [PATCH] gnu: teensy-loader-cli: Update to 2.2. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 17 Jun 2022 13:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55981 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: peter@polidoro.io Cc: 55981-done@debbugs.gnu.org Mail-Followup-To: 55981@debbugs.gnu.org, ludo@gnu.org, peter@polidoro.io Received: via spool by 55981-done@debbugs.gnu.org id=D55981.165547247919403 (code D ref 55981); Fri, 17 Jun 2022 13:28:01 +0000 Received: (at 55981-done) by debbugs.gnu.org; 17 Jun 2022 13:27:59 +0000 Received: from localhost ([127.0.0.1]:44378 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2C11-00052s-8c for submit@debbugs.gnu.org; Fri, 17 Jun 2022 09:27:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55700) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2C0z-00052f-Lb for 55981-done@debbugs.gnu.org; Fri, 17 Jun 2022 09:27:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34118) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2C0u-0006eA-5Q; Fri, 17 Jun 2022 09:27:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=4Ful8Ni/BzLLAjeQvy9NxlRkPA7y0+URw/L9PR0N04A=; b=NoA5zrIViAjk/n+C0T5H Q17kHPLOYNDiwslX0Od3zk4XXfzniKzrnzyqY8aFE/Pqg6ZzooaLt3yWsuJ/XUMQL5YRIVYXxfZjq nMC07bpg2epgh4RqvxaRBUIa/6nGEAM6NeERg9ewMDYWt+mdqyk+hV6pb5HXqwbSttp+/evQ43TkP lAuG7feLFfa/fNTImFmJSmvD0AgAJvjm0ZNo9npzrvf1mvAciQth3AZxLsQjmyeICFyh40kGBYqsE KY2IFX0otswMprXCvnTUfc8vGbFMTvLNJvzQKFl8gLrUBwAabs4M/uT+Gcf6ha0XcwsveOcAx2PSh aiZ0VFMEpybKIw==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=37870 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2C0t-0000hE-HR; Fri, 17 Jun 2022 09:27:51 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <703325a05d2d9ac343c1f5585260d00233b9a762.1655232993.git.peter@polidoro.io> Date: Fri, 17 Jun 2022 15:27:49 +0200 In-Reply-To: <703325a05d2d9ac343c1f5585260d00233b9a762.1655232993.git.peter@polidoro.io> (peter@polidoro.io's message of "Tue, 14 Jun 2022 14:58:53 -0400") Message-ID: <87a6abh12i.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1655472502; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc: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=4Ful8Ni/BzLLAjeQvy9NxlRkPA7y0+URw/L9PR0N04A=; b=ceCDqUVH2vyCstutdWSxUb4e9QtLSf1K3ohiutt1j4j2qQEdqbyhAIT/lxmSO/fmN6vCo7 fAbdjP50sgzFNXAiuJHfRPEamD1erc5DnwDNrWPomAg16f6I0jmjzbhdhylRNL+RXzK7ge MsH9sgvq85VNkhVsbUCmSxGbBE5umjHIfjD5HkwS17xDuCpCQfO0LeGMJ1xhKnBySCLMRh 00bpiR8vcupxJhCdRDDljENZm5TKbHormasRNoZ6HK+oz17xRXp2CZaITdmAf9wTlf550Z b06y+CDdDLASCS/8xl/Y3fCATydWMjzP73IWQJLx7T4DvMibKQ0kNsA9dwHl8A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655472502; a=rsa-sha256; cv=none; b=WSPkgAIxenyukrVgiDfpW0l+mLR+HJA2UiOK+d/vIsUPSryCm9N0oF2up0oI0uOZfiVRva C+A2QqVxqk7KamlViF8/Qa/vepAi+JObIqKHnFIl3xFugOSUJXFjdsY4f0eaiY3+4LL+/a DO2dCvH+BcYJx4K117MG+AhmNSYxrHipPjkLhC0XAJxYpFSCSaMWyrw+fpslSeXIXkoO9U xM9gHEUmSzfza7+YtgKVbUw8Im9WN/k57ggXab0QRBRVf8s5izGxUcxDweK/ERUAIlEVqY BrmFiUdxFr50lHyxXRNnKOTkN98gf54obxvZq21ogCM/wtFlgI2FKwtlrW2WQA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=NoA5zrIV; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -3.89 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=NoA5zrIV; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 769077061 X-Spam-Score: -3.89 X-Migadu-Scanner: scn1.migadu.com X-TUID: NUzXkk2g0efQ peter@polidoro.io skribis: > From: Peter Polidoro > > * gnu/packages/flashing-tools.scm (teensy-loader-cli): Update to 2.2. Applied, thanks! Ludo'.