From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id YN6bJRue/WP4CgAAbAwnHQ (envelope-from ) for ; Tue, 28 Feb 2023 07:24:27 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id KPmlJBue/WNnhwAAG6o9tA (envelope-from ) for ; Tue, 28 Feb 2023 07:24:27 +0100 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 002BE31535 for ; Tue, 28 Feb 2023 07:24:26 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=envs.net header.s=modoboa header.b=QD3dYhiv; 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-Seal: i=1; s=key1; d=yhetil.org; t=1677565467; a=rsa-sha256; cv=none; b=F4U7VdUUxA/z5Ypd/tAHNM3IBVFPB1Yniv/I3JoXueCEN5GiUFp27XqHnHxFS57/HHRL2q qCvSzyAOqv7e4szP75BJLxd7tIjcfrYxEAuuSYL3ns5hz2LvZPBJfdsY9/Bhf5ZB8ZT63d g2FtoC7NT+EkYupQ6VbwO+SHTqmItyCRPtglTxlt3mLMu/dmZGJscmVPfmEzK5FPA55biV z2Nvcf2y1xdYv5UAZ31A5EpzGqpxoWVqpKjZFgxWt30Y1cMnDxOq+JnIX4ivXm3RlEj3hr j6wiNAwiTLSS1ST3Xxbp7cpROSfap0THl5PnmrEESDOHWu1Gh2ipBW7UsH5+YQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=envs.net header.s=modoboa header.b=QD3dYhiv; 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=1677565467; 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:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=NVrPg3/yOFGonuDVg0yedr+NQ9LLqz1YzmYR9YsNcbc=; b=NTJTCeVp+egP0DgwSGXLPqbFtJg0qZGswy7rIGu0+Hz6rl+E409gH+QWgIUEMYg5VZk9bz HgUp610ZrBDB3r1TULxo3tbwPDBQ4V7zsE1F5rtd9EXZwLx7rS7YWzxc5ZFLQAOKELJGpC hwjbbmGaxVy6NR+mR+aA+N3yVwc9mX5JLKaxYc9kp9RxfM62znSb4c9Xdqr/iYytHTWEjf rCt36a/SccemfFVOgGuJ+MqOcZmSmyMhQgPNoSXeG7IqVpr6AvvMmZnAkCI7UxaYwAdxj8 8q8aotkX8orYopmeHooLsFQrBm44QF0kKhxWOTuWIaGEyC9PmCulr4k5ByDERw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pWtPA-0008ME-Vj; Tue, 28 Feb 2023 01:24:05 -0500 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 1pWtP8-0008LS-Rj for guix-patches@gnu.org; Tue, 28 Feb 2023 01:24:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pWtP8-0001JI-I4 for guix-patches@gnu.org; Tue, 28 Feb 2023 01:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pWtP8-0001Xo-Du for guix-patches@gnu.org; Tue, 28 Feb 2023 01:24:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61863] [PATCH 1/2] gnu: thunar: Update to 4.18.4. Resent-From: iyzsong@envs.net Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 28 Feb 2023 06:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 61863 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61863@debbugs.gnu.org Cc: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16775653965865 (code B ref -1); Tue, 28 Feb 2023 06:24:02 +0000 Received: (at submit) by debbugs.gnu.org; 28 Feb 2023 06:23:16 +0000 Received: from localhost ([127.0.0.1]:49509 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWtOO-0001WW-B7 for submit@debbugs.gnu.org; Tue, 28 Feb 2023 01:23:16 -0500 Received: from lists.gnu.org ([209.51.188.17]:38086) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWtOG-0001W5-5g for submit@debbugs.gnu.org; Tue, 28 Feb 2023 01:23:11 -0500 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 1pWtOB-0008HX-9V for guix-patches@gnu.org; Tue, 28 Feb 2023 01:23:06 -0500 Received: from mail.envs.net ([5.199.136.28]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pWtO8-0001EY-2S for guix-patches@gnu.org; Tue, 28 Feb 2023 01:23:02 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 3889A38A005F; Tue, 28 Feb 2023 06:22:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1677565377; bh=NVrPg3/yOFGonuDVg0yedr+NQ9LLqz1YzmYR9YsNcbc=; h=From:To:Cc:Subject:Date:From; b=QD3dYhivQGnReRQyaKwY5YHI8vRgQjFcbr00Ktn8TrS3GdmsK/rrVevtK7Rsugya/ LybnfjaFPVRj1vq26jqjy0ISjzOC9HI/OWKNewadPYJYjqRd4D7eZ3skMP3bk3Hh78 M4dcoKEcWLr2dSLeXliBBU2TC9nlA5cB0cq4m9WL3BR7Uw6+IHNf4X2YWglBw8IsDV jwdaFbe3vUjFd7jswuR+AMB8NpuJ8UhKJ4Dfe0SiW8R/OYaAs2/KRlG94KWpMlsW9u gCSsSsutWDpKepwK1eGdIj9U4y71IVPYO2jhbI7X3wCtNNo5cWSl2OmhgrKWkn+A1v Thm3HWhyAV1qnH4o8jnwlWigA1kAw9P/yqWxC8pjmCktkZC56hgC5po8xSr57NcFdw B002OZYvxSiuiif7nemt362Py/24R7qax/bBRGJO2W4wRtYbxDbaqzZuVIZHteoCTR Kw253hlQxIR3oaMeEyHNNsV6sXlw0NDd+u4XWBry5aDHOY2oWrjeMWpiaVKDVYDz+v hNNpzVKMdF3tpLvFZgYArux/p4PjQwjH5A1W9X4LwhWqsd6ZhS7xiBtLMVNpECdY7y o7yO1ZLAe9AIzsmVidPM22uDzgnFf3/MbDh7O922OQgt3/v7+mqXXgi1prCjiBbO1d LXFaudaaxj1UHIv0gifR736s= 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 LUSStNTb79yk; Tue, 28 Feb 2023 06:22:54 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (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; Tue, 28 Feb 2023 06:22:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 572b6d4a; Tue, 28 Feb 2023 06:23:05 +0000 (UTC) Date: Tue, 28 Feb 2023 14:23:02 +0800 Message-Id: <20230228062303.29713-1-iyzsong@envs.net> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=5.199.136.28; envelope-from=iyzsong@envs.net; helo=mail.envs.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action 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-Migadu-Queue-Id: 002BE31535 X-Spam-Score: -5.49 X-Migadu-Spam-Score: -5.49 X-Migadu-Scanner: scn0.migadu.com 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-TUID: aR58K6rFFgh8 From: 宋文武 * gnu/packages/xfce.scm (thunar): Update to 4.18.4. --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 3ee728e710..716c32d1bb 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -725,7 +725,7 @@ (define-public xfce4-settings (define-public thunar (package (name "thunar") - (version "4.18.3") ;stable version = even minor + (version "4.18.4") ;stable version = even minor (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -733,7 +733,7 @@ (define-public thunar "thunar-" version ".tar.bz2")) (sha256 (base32 - "15rjbr9gdiqzpvy97vz8s9hhr35zvl2kr4q6iwxq0gwza4wfl0pl")))) + "1k7dkdhp353l1z2d55384c10iyp59n5qx0hawzf8lqhxzgi3qin4")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--with-custom-thunarx-dirs-enabled"))) -- 2.39.1