From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 4FIKJ6Kf4WRgDgEASxT56A (envelope-from ) for ; Sun, 20 Aug 2023 07:07:46 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id mOpGJ6Kf4WSPQwEA9RJhRA (envelope-from ) for ; Sun, 20 Aug 2023 07:07:46 +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 453EE5CD9C for ; Sun, 20 Aug 2023 07:07:46 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=envs.net header.s=modoboa header.b=HuvKYpBI; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1692508066; h=from:from:sender:sender:reply-to: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-cc: 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=FbvTJgq5L0/7zgh4aB1XL/Mboxeoiu9N2obRAf+tUA4=; b=R6+eJtSpC+fwBhtBpzRphCEaRfyhzBaa61J6vUC3VUBu30sekg5C9eX6iOWbaQGx8lveZJ +tTWSRHjE/3Ohaf87SMOxOSsThq1hFHrv/y9/Q5hkxUCqju5ZWbNlKtsBlIqNH0GgI1437 ahy2iz5xLasdGjB+HXRh+D7eNVxhGfVsmxClJxwyp1MebSWrFVYSp+cnBb2CYDYdEA4tQx 8tSTIIVF5Fm4rV0x4+lkgHZA1ptIjzYaJnnZnYYXyoLOnRTxrmqSm7pGijdfcV+m3C8Tuf UrYTYKZaVyI5fTkq+tO3pONNHwIcHqNAPoxDOIRMMAJ8Tu0em0+RzEvphtP3ZQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1692508066; a=rsa-sha256; cv=none; b=BdcWzFzYDcyHa27O7kMAsna+uVxxvnSoFv7Ul+9xm1csqT8LwGvDwxifhxa1ZnBwL71DQj XXp3UXl5cE7wNNBZAfBXnYagCehxDMtPdG0Fh4CPVKkIMmlYC1NIg6xFM0sOPJOhsZJvHH JS4uicUqLazE801BjQFqL9kaIvD0km0qZa1lwqoGP68PLN5hygPxFJ0Gh9twmZaKH7hg2B i5e6d9DeSny9sMLPwa31tMTKtWNpVJg1N1SZHUncqolJ/SGav4AdMtcsg9jLinm9BINudy Jfw+GvU9v8lamH6R/8R6W/3TszfvGf+HOwYBqd7ykDZ7rs8AjzokmxJg8JbVQA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=envs.net header.s=modoboa header.b=HuvKYpBI; 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"; dmarc=pass (policy=none) header.from=gnu.org Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qXaed-0005uU-1P; Sun, 20 Aug 2023 01:07:11 -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 1qXabZ-0005NL-1v for guix-patches@gnu.org; Sun, 20 Aug 2023 01:04:01 -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 1qXabY-0006Jz-QC for guix-patches@gnu.org; Sun, 20 Aug 2023 01:04:00 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qXaba-0006Q1-5b; Sun, 20 Aug 2023 01:04:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65396] [PATCH 7/8] gnu: fcitx5-configtool: Update to 5.1.0. Resent-From: iyzsong@envs.net Original-Sender: "Debbugs-submit" Resent-CC: all_but_last@163.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Sun, 20 Aug 2023 05:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65396 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65396@debbugs.gnu.org Cc: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= , Zhu Zihao , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-Xcc: Zhu Zihao , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 65396-submit@debbugs.gnu.org id=B65396.169250778724575 (code B ref 65396); Sun, 20 Aug 2023 05:04:02 +0000 Received: (at 65396) by debbugs.gnu.org; 20 Aug 2023 05:03:07 +0000 Received: from localhost ([127.0.0.1]:52642 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qXaah-0006OA-5X for submit@debbugs.gnu.org; Sun, 20 Aug 2023 01:03:07 -0400 Received: from mail.envs.net ([5.199.136.28]:53846) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qXaad-0006N8-DO for 65396@debbugs.gnu.org; Sun, 20 Aug 2023 01:03:03 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 65D8B38A009E; Sun, 20 Aug 2023 05:03:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1692507781; bh=FbvTJgq5L0/7zgh4aB1XL/Mboxeoiu9N2obRAf+tUA4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HuvKYpBIo8xGY3gvUkgXcyF7+BdJzRVNQ5EcS8QfzNSbFWJvNnDGDP/vPtWvuH4tC /N/WoOnVAFJhKK6Sy07SCVDPdzBTleUeMvC1h6ruehbHXqNZ16Wo2ZObSH4IoUXtWd OmQJDqDsHAwFuc7u/0IOA35Td4k3ASDakwVX0P9MJdkpjo/gXbWj0zbigGx7hctd7v mKYHLfj2MamWCQKa4cUjCQcGJd5Fus3lOM76kUjLUIOFxNOqjuiWcskCi8DCROsdqx FzwShEDlLvdNeihDHx6QhadF6VyYhIvKtSV2LPRgqmpvNELKfceZH6a8XIes3my1Gw XzGq1v9/eSfLaFCHtXbX/vVjEeDVYtnDcTRQEdBkagamUJ0MAQ3qE/HlNu8up22loW R4n2pst+kiiJSdjS3ODbCxFAVu8NkZvQtmTS+t+a2Fk4EsKLisXRIylxIKHamlKFKX 2ZpEPBmy9kxMt4H3x/qHuwCKke40iJzbk3c3rqnbGvDCvVo4ylir7I34LSfG+VNhRu 2wQjrBe5GvRZXGRN48YICU26oTz15V9OOD9XvuQilh9Ee+efO5N3Xz5DBRfmmVFTLL o7fcvKFuhhPUGzJ/rFEIwyvq+XY2UFLSLC86mKxOsxB63En/dnetE9XiBp0rhdXT2r YNpzuo42Ob8ZL9sfJQQInL74= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id isnZq8UPm8ug; Sun, 20 Aug 2023 05:02:57 +0000 (UTC) Received: from localhost (unknown [36.170.56.121]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Sun, 20 Aug 2023 05:02:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 88d57aef; Sun, 20 Aug 2023 05:02:57 +0000 (UTC) Date: Sun, 20 Aug 2023 13:02:49 +0800 Message-ID: <0b95c32d2d99a1fa715b06dbb1bcf97e09be01d5.1692507482.git.iyzsong@member.fsf.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: , Reply-to: iyzsong@envs.net X-ACL-Warn: , iyzsong--- via Guix-patches From: iyzsong--- via Guix-patches via 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: -6.70 X-Spam-Score: -6.70 X-Migadu-Queue-Id: 453EE5CD9C X-Migadu-Scanner: mx1.migadu.com X-TUID: t3Vhy7yHK33M From: 宋文武 * gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.1.0. --- gnu/packages/fcitx5.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm index 6809d6c3b8..460262d675 100644 --- a/gnu/packages/fcitx5.scm +++ b/gnu/packages/fcitx5.scm @@ -427,7 +427,7 @@ (define-public fcitx5-chinese-addons (define-public fcitx5-configtool (package (name "fcitx5-configtool") - (version "5.0.17") + (version "5.1.0") (source (origin (method url-fetch) @@ -435,7 +435,7 @@ (define-public fcitx5-configtool "https://download.fcitx-im.org/fcitx5" "/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz")) (sha256 - (base32 "1mc6axvkv2i396v7hyqllpiv5rdnf8vvqg9bkb66ljni4dnikdpq")))) + (base32 "0xv5kckm6bsbavw0s2iqg128fv7j8sh49lpwc0acqrdmwj49x1pz")))) (build-system cmake-build-system) (arguments `(#:configure-flags -- 2.41.0