From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id aE/XAmjd8GRFvQAAG6o9tA:P1 (envelope-from ) for ; Thu, 31 Aug 2023 20:35:20 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id aE/XAmjd8GRFvQAAG6o9tA (envelope-from ) for ; Thu, 31 Aug 2023 20:35:20 +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 7A0C1588CE for ; Thu, 31 Aug 2023 20:35:19 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=fsfe.org header.s=2021100501 header.b="tAqq0NV/"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=fsfe.org (policy=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=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1693506920; 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=jCSbxqfseniRmm1wGBc08OsrymBCmqzsmSyNvbfPY8o=; b=rhwHFdjxfMHuvILH41LjeEJHpndJldVecGkNQe9t798RdKy9hiYFwD1jdsmeEHUnBd76Hr zbx93ltFTwvh0B9DmPJyyJImGq1sDD/jZMH+0eIX6fUxldG6fnsuPJA+soZVskwklf1R7O rsICtDHTxtXmH2vIaJ9E3FTu2AXEkYaqpEqWB6OYrv1dbKPd4AWcXVAPoamyA6zr+FHLBj rVq5PN4R+evwuAmfTSr+y8pxWViv6el1Slo0l0PfcrizVRwmHse0QO3VlosIlgSbDVFXqO f+F1+WKPWGIE6QDlGR6+NiERuYT5PJj69vp3vKZcY9H1Z4HsqX0jF8povXGjiA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1693506920; a=rsa-sha256; cv=none; b=Ojxogiy5ntsLfB6MzxNx5NaGAmBC8gbfXtxmi3cOnTPVcKTqfwElYdvlRFfvS2iPndpJoG fUyvM7DncT4Sg+u9Eq/RecNa9Kz2n1pp2Me2NXFNbdXN8I/BHbLCldpvc1f8i8gbspfbAi Qn2Qd5qZkaxBpYGPmCh7tljxIrXd2EtYzK1yRaZncefPuRTx6HjL4Wvd7YNowCJpI2PabJ IOgCyXteZbiTHjj2DKGEVIXUp1HM1g+gvsmj5TxqjfDakF9MnsdVjDXw3JdcxXwx42iIs5 swQSjG7Ziub6ZWO8lrki0ppPRT8Z+3I5tUlr8lMWJduA8WtZXxFCfWlcMuFyHg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=fsfe.org header.s=2021100501 header.b="tAqq0NV/"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=fsfe.org (policy=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 1qbmVP-0004Sp-3x; Thu, 31 Aug 2023 14:34:59 -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 1qbmVL-0004SF-KV for guix-patches@gnu.org; Thu, 31 Aug 2023 14:34:55 -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 1qbmVJ-0000t9-Pn for guix-patches@gnu.org; Thu, 31 Aug 2023 14:34:54 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qbmVS-0000CS-Ds for guix-patches@gnu.org; Thu, 31 Aug 2023 14:35:02 -0400 Subject: bug#64611: [PATCH v3 2/2] gnu: node-lts: Update to 18.17.1. Resent-From: Jelle Licht Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 31 Aug 2023 18:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 64611 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64611-done@debbugs.gnu.org Mail-Followup-To: 64611@debbugs.gnu.org, jlicht@fsfe.org, jlicht@fsfe.org Received: via spool by 64611-done@debbugs.gnu.org id=D64611.169350686021811 (code D ref 64611); Thu, 31 Aug 2023 18:35:02 +0000 Received: (at 64611-done) by debbugs.gnu.org; 31 Aug 2023 18:34:20 +0000 Received: from localhost ([127.0.0.1]:56993 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qbmUm-0005fj-Ax for submit@debbugs.gnu.org; Thu, 31 Aug 2023 14:34:20 -0400 Received: from mail1.fsfe.org ([2001:aa8:ffed:f5f3::151]:38246) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qbmUk-0005fX-0G for 64611-done@debbugs.gnu.org; Thu, 31 Aug 2023 14:34:19 -0400 From: Jelle Licht DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1693506845; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=jCSbxqfseniRmm1wGBc08OsrymBCmqzsmSyNvbfPY8o=; b=tAqq0NV/fV9g1UHEHaE5IfX0lSH35djs3c2+Qo49LPDHVkcu6qk+zhQgB0N69f3t3GnfWw JOETbbeV2dsQlQNPb/SVs9mPiUzvy1iMwXK0bafBcBRkFR0oVHG+FX4Wq8jLeMBlDZ6MBV WnIWLoZSBIhbMN93Tgv2h1Cnf+Ed8Xc= In-Reply-To: References: Date: Thu, 31 Aug 2023 20:34:04 +0200 Message-ID: <87a5u7vz6r.fsf@fsfe.org> 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 2.28 X-Spam-Score: 2.28 X-Migadu-Queue-Id: 7A0C1588CE X-Migadu-Scanner: mx2.migadu.com X-TUID: JzksXYd5kCeq jlicht@fsfe.org writes: > From: Jelle Licht > > * gnu/packages/node.scm (node-lts): Update to 18.17.1. > > --- > > Changes in v3: > - re-bump node-lts from 18.17.0 to 18.17.1 > > Changes in v2: > - re-bump node-lts from 18.16.1 to 18.17.0 > > gnu/packages/node.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Pushed to master as 9b8085ebceb6d1d1849fbf0e57158e3e1b31637b.