From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id uC1NDn5N6mILXwAAbAwnHQ (envelope-from ) for ; Wed, 03 Aug 2022 12:27:10 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id gCgDDn5N6mL+dAAAauVa8A (envelope-from ) for ; Wed, 03 Aug 2022 12:27:10 +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 DDCB620174 for ; Wed, 3 Aug 2022 12:27:09 +0200 (CEST) Received: from localhost ([::1]:57680 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oJBal-0007aM-Si for larch@yhetil.org; Wed, 03 Aug 2022 06:27:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36372) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJBQ2-0008NA-8i for guix-patches@gnu.org; Wed, 03 Aug 2022 06:16:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56455) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oJBQ1-00077t-VP for guix-patches@gnu.org; Wed, 03 Aug 2022 06:16:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oJBQ1-0006AS-Qw for guix-patches@gnu.org; Wed, 03 Aug 2022 06:16:01 -0400 Subject: bug#56593: [PATCH] gnu: font-sarasa-gothic: Update to 0.36.6 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 03 Aug 2022 10:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56593 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hilton Chain Cc: 56593-done@debbugs.gnu.org Mail-Followup-To: 56593@debbugs.gnu.org, ludo@gnu.org, hako@ultrarare.space Received: via spool by 56593-done@debbugs.gnu.org id=D56593.165952171418257 (code D ref 56593); Wed, 03 Aug 2022 10:16:01 +0000 Received: (at 56593-done) by debbugs.gnu.org; 3 Aug 2022 10:15:14 +0000 Received: from localhost ([127.0.0.1]:46203 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJBPF-0004jM-Vj for submit@debbugs.gnu.org; Wed, 03 Aug 2022 06:15:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51532) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJBPD-0004Ik-Uo for 56593-done@debbugs.gnu.org; Wed, 03 Aug 2022 06:15:12 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40006) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJBP7-0006xD-3Y; Wed, 03 Aug 2022 06:15:06 -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=I3FvDEeHVNKd/IprVCgk+DeijxdtecJCbE/ZnkqaPTI=; b=TQo2CHcu2MNa/oT2aJNA 2I0fvndcHsorw3IoFSEHAcA4EaoHNym5QCCgnbgUKZmpSoYocr+dXo1MQ+yhJ55vCL4p7bh0KPRIX DYqMo95AW6osjV2fZNZuka+X3jWVIkpY5nIqKs1HlcE/M6zq8YGs4MRxKs9q3NuBSGgi46/Dj9pDb RmAsBy94wSOvqxZjbV1cmNgpPIjiht4ryRrkeabSK1N5MwoGXTwBmTSfeDjNWvbx5OB/fwSKCep4s +I5DBsznXJIn/eV8BRaMDbST70itDYMR5yRUn73YIvWjN6pIryVZ03+jaR/s3w/QnLfJifcjK9n8t yJAZE9y8PW3WZg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:60286 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJBP6-0002Uy-AF; Wed, 03 Aug 2022 06:15:04 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <46bc3dcc324074b633c5bb3e1c1bdb5f209f5c15.1657952788.git.hako@ultrarare.space> Date: Wed, 03 Aug 2022 12:15:02 +0200 In-Reply-To: <46bc3dcc324074b633c5bb3e1c1bdb5f209f5c15.1657952788.git.hako@ultrarare.space> (Hilton Chain's message of "Wed, 13 Jul 2022 20:55:17 +0800") Message-ID: <87v8r9tyzd.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (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=1659522429; 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=I3FvDEeHVNKd/IprVCgk+DeijxdtecJCbE/ZnkqaPTI=; b=fGTJn/6WLzc6uV3QNEZ117IrqMgYCSnwgY2l5S9ZTGDbYoHjtStzz1eTaQLIr0v6lwNf2B 3/V3od48yJga8h7abk8q1Wnk89hEu+ShOa5EYD17O5UqOfNjxeYp2rw8Q4dQBjXu1CFGc1 cIHDQlHfFvxy7bEFFZNDn8l5eFlXCVJmsVIcrdTydXSJbdGEWy8EoeupXMX9U754HdLJus B8duXhh9lhsegBgw7FwFWmeilD/bMLUkLrPb6xNHeRD6S+AtKphMpFsCn7HXAvuSSBtgF8 3tPSY/yMr/SxLKLq/JyD1ywAohM0SMZjuNszbdVfRJMFDB7X1oiDtqdVdC1nUQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1659522429; a=rsa-sha256; cv=none; b=Q9nP/mwkaYj+rt5KMKPYu1XHFjchGAMZxhyo0i36JZEXZAiT8QzR7X5XXSsoOZqCqZBYfU dU57EhCAqvAqyyLnQqIg6xKS/iJ3LEpiNRo8XgipP3Ma7Xos52K9GG03WouWz5v4rRIlfY SqP6Eav+Uz4+sMkSBI05byGfVKGh8I85DAD/TfBesbSZFKwU75o8TagPUafb+hU9xCjPBS 5hzfJnUcgrnQmiHleTaGXLlEIhuZoHuSETiap+BVmcj0K8qbosLXy9umdSFGPql8fn2seF PIBFcPls11iAPipSskY1jNojeq1fc08QsHQYSOeGtKo76ZpdYruBjZG6lNW0qQ== 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=TQo2CHcu; 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.11 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=TQo2CHcu; 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: DDCB620174 X-Spam-Score: -4.11 X-Migadu-Scanner: scn0.migadu.com X-TUID: QwrAC2BMO9Qu Hi, Hilton Chain skribis: > From 46bc3dcc324074b633c5bb3e1c1bdb5f209f5c15 Mon Sep 17 00:00:00 2001 > > * gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.36.6. > > Signed-off-by: Hilton Chain Applied, thanks! Ludo=E2=80=99.