From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.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 WOSNFx92fmJZQwAAbAwnHQ (envelope-from ) for ; Fri, 13 May 2022 17:15:43 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id AGtzFx92fmJQzgAAauVa8A (envelope-from ) for ; Fri, 13 May 2022 17:15:43 +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 0BB6815325 for ; Fri, 13 May 2022 17:15:43 +0200 (CEST) Received: from localhost ([::1]:37796 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1npX14-0004Ej-6d for larch@yhetil.org; Fri, 13 May 2022 11:15:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37824) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npWvc-0002c1-78 for guix-patches@gnu.org; Fri, 13 May 2022 11:10:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50675) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1npWva-0002VP-RP for guix-patches@gnu.org; Fri, 13 May 2022 11:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1npWva-0008TC-M1 for guix-patches@gnu.org; Fri, 13 May 2022 11:10:02 -0400 Subject: bug#55345: [PATCH] gnu: artanis: Update to 0.5.1. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 13 May 2022 15:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55345 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Wamm K. D" Cc: 55345-done@debbugs.gnu.org Mail-Followup-To: 55345@debbugs.gnu.org, ludo@gnu.org, jaft.r@outlook.com Received: via spool by 55345-done@debbugs.gnu.org id=D55345.165245456232479 (code D ref 55345); Fri, 13 May 2022 15:10:02 +0000 Received: (at 55345-done) by debbugs.gnu.org; 13 May 2022 15:09:22 +0000 Received: from localhost ([127.0.0.1]:44571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1npWuw-0008Rn-Dd for submit@debbugs.gnu.org; Fri, 13 May 2022 11:09:22 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44284) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1npWuu-0008RW-JV for 55345-done@debbugs.gnu.org; Fri, 13 May 2022 11:09:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34544) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npWup-0002DS-9M; Fri, 13 May 2022 11:09:15 -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=yumoSXHzlcglI/yCj+ZlyslSXsE4cCyMHGPDt/ci7U0=; b=CaA2HvreaZOL4um4XZxx iWuPjEZF7SXKK28mu/rYDUoWrxbcH9SvNU0NdGq4B29KWreE0+VPIqFQQlcoIi9M65x1/HF9fXWHc fUbHuI3j4CyWhTmhwKjSbn88wekLtTk2/OY7x3vc+lUp16fXcG4pVHpBHFldcKmbbQ4jlJdnwAyyq crBdMrRJWoBVbsgYXXexvl5cKl8aSeImhFGcFW9JEayHms3AEbq9ST+G+moOmKY/PCyGa4hs4aVQK NKWRfFuKBIpjK0kPBVXX9hn1UH6FdagBp4AlDx7KbSSjalYu4LPSugjCqxH+Ez6+9LAP+ZR1oU1H9 jbv2WaENEoXr5Q==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=44960 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npWuo-00040c-Sh; Fri, 13 May 2022 11:09:15 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Fri, 13 May 2022 17:09:13 +0200 In-Reply-To: (Wamm K. D.'s message of "Mon, 9 May 2022 21:47:35 -0500") Message-ID: <87czghh3l2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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=1652454943; 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: content-transfer-encoding:content-transfer-encoding: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=yumoSXHzlcglI/yCj+ZlyslSXsE4cCyMHGPDt/ci7U0=; b=rT8bDk3wII+qsQYi9UErSH2G8+0/dul+5bUrMFQZdHJ38jx2jGSvthrZEA1xLDIyMAjIy1 u3gfzw2KPpWtkGWZMgNZXdBQQkN0iXEYpZ+byjuxHj85qF8TmZE2oZS7eHDzNU9d4Jpm65 TsTdLWaX4/fxbhngvXiwTSuon9yemFVAZC6Iz6Tks+SPMNuLRXvrzFb52KGL1iAMGrABiq lNk8HI3SFONBr5xjsMDnEephO2UhGe4IXuisIwu7LUdbO4t+yKaNlEzn6EZWtvW+THlTo4 57Eo3/NbuA/IcgQ0YIdb6Jo0LfzVlZR2QMbWlop3GdB8NFnFm1KHqRLInr8qKA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1652454943; a=rsa-sha256; cv=none; b=TvleY7xf3vXxsAfoIzxkI7KPiN++s1hzdov2pqzwjekSq5aHoEUZ4Z+k4jUtETERTujAA+ eLc9vXqkv2mTlVjTFqTFG8KMuiVijgksNvHO8ZFCsasq4PHmVPttxcPMgK5iiQv9bEgWH+ j7ERD4CKJK16bB19V2QmF0DrjeDctOwrXiod1Ecy3G8tj6DJwX63x1ifeY25BPPNMQOA68 fnzzW9h97CidqlCNUhZOBk79Vg+hJH9XtTNwWGBkpdfLOU4WgUE3XLX8uwLU/H34vlitwZ Q04GZROuQJu82A4HRMv6ZuPLPh0cyIUgDnjyj0T2JAJd0PjVkWLQYI4vJ7gQUA== 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=CaA2Hvre; 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: -4.23 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=CaA2Hvre; 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: 0BB6815325 X-Spam-Score: -4.23 X-Migadu-Scanner: scn0.migadu.com X-TUID: dkFkHLPgeIld Hi, "Wamm K. D" skribis: > --- > gnu/packages/guile-xyz.scm | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) I tweaked the commit log and applied it, thanks! Ludo=E2=80=99.