From unknown Tue Aug 19 12:50:20 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39751] [PATCH core-updates] gnu: swig: Use guile-3.0 instead of guile-2.2. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 23 Feb 2020 06:30:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39751 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39751@debbugs.gnu.org Cc: Arun Isaac X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158243940010511 (code B ref -1); Sun, 23 Feb 2020 06:30:01 +0000 Received: (at submit) by debbugs.gnu.org; 23 Feb 2020 06:30:00 +0000 Received: from localhost ([127.0.0.1]:50319 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j5km7-0002jS-Ti for submit@debbugs.gnu.org; Sun, 23 Feb 2020 01:30:00 -0500 Received: from lists.gnu.org ([209.51.188.17]:45027) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j5km4-0002jH-4g for submit@debbugs.gnu.org; Sun, 23 Feb 2020 01:29:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33414) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5km2-0001sp-8A for guix-patches@gnu.org; Sun, 23 Feb 2020 01:29:55 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5km0-0003Mb-Cy for guix-patches@gnu.org; Sun, 23 Feb 2020 01:29:53 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:49360) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j5klz-0003BP-7H for guix-patches@gnu.org; Sun, 23 Feb 2020 01:29:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=pjshAEqipP/QQB4G3umgz5MypMbhKrQGv1+jl5JPjcI=; b=fFHVD1nN3aFTykeA7iV3Nt6P12 Ci0rxl+HEAf9Dfa25nZmDmF8HFP9d36LqNodGRAWq4Ae9ogSdHHbR2WpDlHPwNIIQGQeoFWbSNnds aSdic/q6VGxfZrilyoZeZTfR/EWIs8LLEgpXL1hMPetlpME9iicqt7bxxn/IlsxHbzhU=; Received: from [192.168.2.1] (helo=steel.lan) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1j5klu-0016Cf-7r; Sun, 23 Feb 2020 11:59:46 +0530 From: Arun Isaac Date: Sun, 23 Feb 2020 11:59:42 +0530 Message-Id: <20200223062942.17171-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 139.59.75.54 X-Spam-Score: 0.2 (/) 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: -0.8 (/) * gnu/packages/swig.scm (swig)[native-inputs]: Replace guile-2.2 with guile-3.0. --- gnu/packages/swig.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm index 3de6343da8..86c1407da9 100644 --- a/gnu/packages/swig.scm +++ b/gnu/packages/swig.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2015 Mark H Weaver ;;; Copyright © 2018 Marius Bakke ;;; Copyright © 2019 Efraim Flashner +;;; Copyright © 2020 Arun Isaac ;;; ;;; This file is part of GNU Guix. ;;; @@ -57,7 +58,7 @@ (native-inputs `(("boost" ,boost) ("pcre" ,pcre "bin") ;for 'pcre-config' ;; The following are for tests and examples: - ("guile" ,guile-2.2) + ("guile" ,guile-3.0) ("perl" ,perl))) ;;("python" ,python-wrapper) (inputs `(("pcre" ,pcre))) -- 2.23.0 From unknown Tue Aug 19 12:50:20 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Arun Isaac Subject: bug#39751: closed (Re: [bug#39751] [PATCH core-updates] gnu: swig: Use guile-3.0 instead of guile-2.2.) Message-ID: References: <87mu8dbjtk.fsf@devup.no> <20200223062942.17171-1-arunisaac@systemreboot.net> X-Gnu-PR-Message: they-closed 39751 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 39751@debbugs.gnu.org Date: Wed, 18 Mar 2020 18:27:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1584556022-11396-1" This is a multi-part message in MIME format... ------------=_1584556022-11396-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #39751: [PATCH core-updates] gnu: swig: Use guile-3.0 instead of guile-2.2. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 39751@debbugs.gnu.org. --=20 39751: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D39751 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1584556022-11396-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 39751-done) by debbugs.gnu.org; 18 Mar 2020 18:26:58 +0000 Received: from localhost ([127.0.0.1]:41384 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jEdP8-0002xX-Hz for submit@debbugs.gnu.org; Wed, 18 Mar 2020 14:26:58 -0400 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]:38679) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jEdP5-0002xJ-UE for 39751-done@debbugs.gnu.org; Wed, 18 Mar 2020 14:26:57 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 1461E573; Wed, 18 Mar 2020 14:26:50 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Wed, 18 Mar 2020 14:26:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm2; bh=vgLeCIcp/IPTKlQ2ZKRfRmTpJi db/NXUnCevJqCPPWA=; b=ax6e3L84cFFLqpAd/o9kaxyoJNj3/aWye7I1pGqhKk 1COrgqANRe4fulqu+IYFE9O9A7wH6LJ9znYU/iNKOa3p79sWAjA9JyGmjp2vM2Uf 3ezpE4JLdkJlm+n7zomSyvwC9JJdL63uQxWa7vJtn4Zpt34fgS48+4UVvTkEd7Kg kjQQP/tIteeYwesLUkZczxeH/UBBzbPsK+cAdG+Aajvoeq4Vw/vYmGIlWGZ2BiFI bxbxniNIM64KPqlgwTOCzIkRQmKelzOatl9Rx9vkLM8dr8K2zvYHoyiXoW+jlY8g ENQrYnfT+J59pY6MEirWEVh3/4jNrZVgX5Zda13v/t1A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=vgLeCI cp/IPTKlQ2ZKRfRmTpJidb/NXUnCevJqCPPWA=; b=2eSDOeqixLIYHiu/J6USvm TnUEwfhdvVldKnn6fodheILPUs44pbFp7iQV4rgyeuMm1DuvQf6TDWF+EBc7pJLb VyODOXxSHjbQHVKD3kOn4EXzj/a4qYyKhsXAY0/u0BQDJf2o3UWyheK26rFPysJ4 YrJsvSham6zNgrDlxpMnBJlfvm1SvyXFcZ6L9ogD9BSl4auWe5nV1+2IdDcxBzdx l5OAcNnvw9U9Tne2zNSPPC6VFSQWdybDMCs+1CfcF+Bn8hdw3P3IXuK2HPOCEKdT VFz3yo7cney8wFk6weP4jgFD4xAa2r3q5C48BiFvwYYRRI08bO0dZo4nB1JLQbHA == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudefjedguddtiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffujghffgffkfggtgesghdtreertdertdenucfhrhhomhepofgrrhhi uhhsuceurghkkhgvuceomhgsrghkkhgvsehfrghsthhmrghilhdrtghomheqnecukfhppe ekgedrvddtvddrieekrdejheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhep mhgrihhlfhhrohhmpehmsggrkhhkvgesfhgrshhtmhgrihhlrdgtohhm X-ME-Proxy: Received: from localhost (ti0006q161-2604.bb.online.no [84.202.68.75]) by mail.messagingengine.com (Postfix) with ESMTPA id A2FDE306218B; Wed, 18 Mar 2020 14:26:48 -0400 (EDT) From: Marius Bakke To: Arun Isaac , 39751-done@debbugs.gnu.org Subject: Re: [bug#39751] [PATCH core-updates] gnu: swig: Use guile-3.0 instead of guile-2.2. In-Reply-To: <20200223062942.17171-1-arunisaac@systemreboot.net> References: <20200223062942.17171-1-arunisaac@systemreboot.net> User-Agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu) Date: Wed, 18 Mar 2020 19:26:47 +0100 Message-ID: <87mu8dbjtk.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39751-done Cc: Arun Isaac 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.7 (-) --=-=-= Content-Type: text/plain Arun Isaac writes: > * gnu/packages/swig.scm (swig)[native-inputs]: Replace guile-2.2 with > guile-3.0. I pushed this on your behalf in commit e607cc3a479b39d11e9d2b5979b9719e133008a0 along with some other last-minute core-updates changes. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl5yZ+cACgkQoqBt8qM6 VPo8xwf9GLZCy6QARf3/kRrf8uGJdnbITa4aeY659He4h5Y5QoJhBabjvto0Xdkv vi21Y2Az5LlsHps26MpgFGeEx4GO2XPVIbGA9lAkFk6MVg/Rq6yvwnSrBMRTbPSB DBnHFagpfQ6aREI6IRFM+93LzETjZh3f04F0oLTVr6OtDfFHVPXl3puZbwS/USiR 4SXbPHLzzUxGr273fTTjeZdpoxbjKtVWCBdzIsxoZlI+nQlrU6tTOkxHk5ol/YSk mUC89ftl39p2v2l8+VU48PRA9MDY4T5CR9pnf+nSOps3zQ8GTE7gyxbj5qpvygxM 7QKMijfP3QOsjxm8XzAwpSjq3jp1hQ== =WZZm -----END PGP SIGNATURE----- --=-=-=-- ------------=_1584556022-11396-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 Feb 2020 06:30:00 +0000 Received: from localhost ([127.0.0.1]:50319 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j5km7-0002jS-Ti for submit@debbugs.gnu.org; Sun, 23 Feb 2020 01:30:00 -0500 Received: from lists.gnu.org ([209.51.188.17]:45027) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j5km4-0002jH-4g for submit@debbugs.gnu.org; Sun, 23 Feb 2020 01:29:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33414) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5km2-0001sp-8A for guix-patches@gnu.org; Sun, 23 Feb 2020 01:29:55 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5km0-0003Mb-Cy for guix-patches@gnu.org; Sun, 23 Feb 2020 01:29:53 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:49360) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j5klz-0003BP-7H for guix-patches@gnu.org; Sun, 23 Feb 2020 01:29:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=pjshAEqipP/QQB4G3umgz5MypMbhKrQGv1+jl5JPjcI=; b=fFHVD1nN3aFTykeA7iV3Nt6P12 Ci0rxl+HEAf9Dfa25nZmDmF8HFP9d36LqNodGRAWq4Ae9ogSdHHbR2WpDlHPwNIIQGQeoFWbSNnds aSdic/q6VGxfZrilyoZeZTfR/EWIs8LLEgpXL1hMPetlpME9iicqt7bxxn/IlsxHbzhU=; Received: from [192.168.2.1] (helo=steel.lan) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1j5klu-0016Cf-7r; Sun, 23 Feb 2020 11:59:46 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH core-updates] gnu: swig: Use guile-3.0 instead of guile-2.2. Date: Sun, 23 Feb 2020 11:59:42 +0530 Message-Id: <20200223062942.17171-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 139.59.75.54 X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: submit Cc: Arun Isaac 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: -0.8 (/) * gnu/packages/swig.scm (swig)[native-inputs]: Replace guile-2.2 with guile-3.0. --- gnu/packages/swig.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm index 3de6343da8..86c1407da9 100644 --- a/gnu/packages/swig.scm +++ b/gnu/packages/swig.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2015 Mark H Weaver ;;; Copyright © 2018 Marius Bakke ;;; Copyright © 2019 Efraim Flashner +;;; Copyright © 2020 Arun Isaac ;;; ;;; This file is part of GNU Guix. ;;; @@ -57,7 +58,7 @@ (native-inputs `(("boost" ,boost) ("pcre" ,pcre "bin") ;for 'pcre-config' ;; The following are for tests and examples: - ("guile" ,guile-2.2) + ("guile" ,guile-3.0) ("perl" ,perl))) ;;("python" ,python-wrapper) (inputs `(("pcre" ,pcre))) -- 2.23.0 ------------=_1584556022-11396-1-- From unknown Tue Aug 19 12:50:20 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39751] [PATCH core-updates] gnu: swig: Use guile-3.0 instead of guile-2.2. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 19 Mar 2020 06:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39751 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Marius Bakke , 39751-done@debbugs.gnu.org Received: via spool by 39751-done@debbugs.gnu.org id=D39751.158459954529919 (code D ref 39751); Thu, 19 Mar 2020 06:33:02 +0000 Received: (at 39751-done) by debbugs.gnu.org; 19 Mar 2020 06:32:25 +0000 Received: from localhost ([127.0.0.1]:41680 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jEojB-0007mU-3q for submit@debbugs.gnu.org; Thu, 19 Mar 2020 02:32:25 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:54798) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jEoj7-0007mK-T6 for 39751-done@debbugs.gnu.org; Thu, 19 Mar 2020 02:32:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:To:From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=sYFtUYCfvfmRnoxGjCLUgPd4wc6R38QExDErk1Mj+/E=; b=qN1OpYp+l74xjy80cyKAvHdfE a8JZFawRUNF3GEYpqIdqSiRdIWOEC53AFSMD6p65nvT5qA15uHEhh1Yy0oVQzv3V5gv0SfAX22hmD MogXPvG/XK7uQtlA9NToWfLXK/YvrrR5l61U3OoyhZDw7giyx6C2VtksK113/cbvraSm0=; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jEoj3-003VYl-L7; Thu, 19 Mar 2020 12:02:17 +0530 From: Arun Isaac In-Reply-To: <87mu8dbjtk.fsf@devup.no> References: <20200223062942.17171-1-arunisaac@systemreboot.net> <87mu8dbjtk.fsf@devup.no> Date: Thu, 19 Mar 2020 12:02:10 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) 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 (-) --=-=-= Content-Type: text/plain > I pushed this on your behalf in commit > e607cc3a479b39d11e9d2b5979b9719e133008a0 along with some other > last-minute core-updates changes. Thank you! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl5zEesACgkQLiXui2GA K7PewggAxcVhgUTV/nCVv/Cn8Z42dW2m9Ic+a4K69Sbpk2m0RTiQVkA01YXQdQ9W qaxMGA8MLbAwSlKl23LLhR+jAZQ5qS2s1bAMEiOaxly9rgJ/+XjJvSC4QtCohCQa 447ZlS0S0iivT0DsxW4OJrGN8LcxLlSQ9/PITGD32jhLfE3P5LWovk3sUNTH610+ KM4MoITusRYFNCYJ2Ti6nwkGZBlZhLAy3fS6p5i41LPhVZcVdxrc7PP/Rhe+Xmaa xKV5tvhlRxZ+QB4Tei0Vnyy+A7AT0noF6CzG3SqY5kfeMdF9IpYnuGhZQ7JK6/N+ 81JTjnYKM0hjo/GGtY9UmvlYU8mY7w== =tkyK -----END PGP SIGNATURE----- --=-=-=--