From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 24 20:52:26 2021 Received: (at submit) by debbugs.gnu.org; 25 Mar 2021 00:52:26 +0000 Received: from localhost ([127.0.0.1]:36539 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lPEEc-0000Ec-H3 for submit@debbugs.gnu.org; Wed, 24 Mar 2021 20:52:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:56276) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lPEEb-0000EV-3m for submit@debbugs.gnu.org; Wed, 24 Mar 2021 20:52:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39152) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lPEEa-0006l9-MD for guix-patches@gnu.org; Wed, 24 Mar 2021 20:52:24 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:44002) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lPEEY-00054e-TV for guix-patches@gnu.org; Wed, 24 Mar 2021 20:52:24 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1lPEEW-0001Jg-H9; Thu, 25 Mar 2021 01:52:20 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1lPEEV-00009Y-SO; Thu, 25 Mar 2021 01:52:20 +0100 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: thunar: Update to 4.16.6. Date: Thu, 25 Mar 2021 01:52:18 +0100 Message-Id: <20210325005218.14146-1-mike@rohleder.de> X-Mailer: git-send-email 2.31.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1616633542;545b5360; X-HE-SMSGID: 1lPEEW-0001Jg-H9 Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/xfce.scm (thunar): Update to 4.16.6. --- 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 dc65567835..0b897233c2 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -765,7 +765,7 @@ like appearance, display, keyboard and mouse settings.") (define-public thunar (package (name "thunar") - (version "4.16.3") + (version "4.16.6") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -773,7 +773,7 @@ like appearance, display, keyboard and mouse settings.") "thunar-" version ".tar.bz2")) (sha256 (base32 - "0wpzs7r79aayg4zbxy514fbkabac1hhvw522cjjr453gva4xq92m")))) + "1dq238m2bh938gpb058cr2xmhy6f3qkyyya9l0ya95kiwqzislyb")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) -- 2.31.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 25 06:59:51 2021 Received: (at 47372-done) by debbugs.gnu.org; 25 Mar 2021 10:59:51 +0000 Received: from localhost ([127.0.0.1]:37289 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lPNiR-0001K3-4K for submit@debbugs.gnu.org; Thu, 25 Mar 2021 06:59:51 -0400 Received: from flashner.co.il ([178.62.234.194]:41412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lPNiP-0001Jn-KC for 47372-done@debbugs.gnu.org; Thu, 25 Mar 2021 06:59:49 -0400 Received: from localhost (unknown [31.210.177.71]) by flashner.co.il (Postfix) with ESMTPSA id AF76A40311; Thu, 25 Mar 2021 10:59:43 +0000 (UTC) Date: Thu, 25 Mar 2021 12:58:56 +0200 From: Efraim Flashner To: Michael Rohleder Subject: Re: [bug#47372] [PATCH] gnu: thunar: Update to 4.16.6. Message-ID: References: <20210325005218.14146-1-mike@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jFtxAhj0CZWO9EaC" Content-Disposition: inline In-Reply-To: <20210325005218.14146-1-mike@rohleder.de> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 47372-done Cc: 47372-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --jFtxAhj0CZWO9EaC Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --jFtxAhj0CZWO9EaC Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmBcbPAACgkQQarn3Mo9 g1HzNw/+MQs3+Mob56gSyyFtqhkiHbY7ZOevYutzuoL34UJiHBN7YmTfSpBRbtrw 5SrPSzyZCdGGnBZMc0+TQmYlhqwgglDSDtkB5r+Cie3sCogNzyPrCvSpkANhYHsP sme7aZf5HXpGXJo8aQX23LviVg1sAfH9JeQJBnaoHVAnSWuZikgwdkN5R7S05wWH QOkf4/dax/ambJlMIEXGMqLL1unxKG9nzgVeKvmkmDKLmihoj1Q37NnnffAqdRrA XnROpbqrVvUsLRCFTBR0FrPsZs0ouKOWE2HzkuxARaDCjV2AfEnL7gQRqdfHhmdu 5x0+ktAvSAdJ1PtIf75uyOw7a2CEF6o9Qg5eVcoh9mfwCBkCcBQdGSQWaDl6ZzFh 9RgbEwZ9CdOtNYZFthW/+ku5461CTOdWxz4zgp458VLMhfVB+hlBWXIoS5Z6chHF fVVtmhF5LtRy4Tbwo3gi9ypmPTim/uegMyoSORIxCkayR4NmsnG1s1w60+UA84lk LHELZrIBJ08CPtr3Pll8Fc4mxJI9Im6mmLnlCMo2K+gnvxtYXT7BM7qv67kqSCuR 9iH/F1IhT8GiEvWLyBhKmf++mU1pYYlFCyC57Q+NHkqPu4II1a0mCWfJgXYW24Wo 6xDUMZWWTJaA2UD/QHZ02Yfr9wxmQIt6R0+TpWjnz7Fd6U150a8= =DWDS -----END PGP SIGNATURE----- --jFtxAhj0CZWO9EaC-- From unknown Sun Sep 14 05:04:12 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 22 Apr 2021 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator