From unknown Sat Sep 20 16:17:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#52502] [PATCH] home: Add gexp-compiler for home-environments. Resent-From: Andrew Tropin Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 15 Dec 2021 07:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 52502 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 52502@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163955315117104 (code B ref -1); Wed, 15 Dec 2021 07:26:02 +0000 Received: (at submit) by debbugs.gnu.org; 15 Dec 2021 07:25:51 +0000 Received: from localhost ([127.0.0.1]:60110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mxOff-0004Ro-ES for submit@debbugs.gnu.org; Wed, 15 Dec 2021 02:25:51 -0500 Received: from lists.gnu.org ([209.51.188.17]:40840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mxOfd-0004Rg-Mp for submit@debbugs.gnu.org; Wed, 15 Dec 2021 02:25:49 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48102) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxOfY-0007BS-Cn for guix-patches@gnu.org; Wed, 15 Dec 2021 02:25:47 -0500 Received: from [2a00:1450:4864:20::132] (port=42945 helo=mail-lf1-x132.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mxOfS-0003GM-Hg for guix-patches@gnu.org; Wed, 15 Dec 2021 02:25:42 -0500 Received: by mail-lf1-x132.google.com with SMTP id t26so41401719lfk.9 for ; Tue, 14 Dec 2021 23:25:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop-in.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:mime-version; bh=BODUCw25StuRPKaLFh4T7OtsF0VDKcTPSuWx3WBJGII=; b=ZpRrzIQmeVrxJJOzhJpKTphPZWyyCLqVv2Z9SHfc1WqQJdiB244louz9E/9Vi9v6B6 oceLz8x6KzaNA9DcFjUoeP30oIBsc1fN2Eps65aHbKDEdQRi0FMYUsvDtX+v5RK6fB+P NZJhVsJ4TNN90/1w/b1NT7d0gFeKRW8BOo77F/p2ZoA0KmwBnj3XaUvzUA36cEKDHQBT YYTgAHHQQf8hddk1vvvpaR5KKpuOQiwYV8StsgYbAjILRlZXQiYgNPaq2W4HWnGqF71q iDCDObvBSm0Tsq8EdhRPt2LT8Eepro6/RiiQIn4Q+n1dfUT5x52Sw8LfKSdRvtrxRRPr 20vQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=BODUCw25StuRPKaLFh4T7OtsF0VDKcTPSuWx3WBJGII=; b=TwOt+iclt7yIL7zB1USo8ZOzxSwiA4HwuIZB+HnaV9GxYEt0TeN4550pCPt2w+fSw/ h6X2t4nbHWpIxfsZ0mA+R9YxBl/L0uIvWESa7vJ2YlU373iStR65/Jy+E2MFf7HlwixG wuXPgwG9Uq7O54kCRn1XnMMbsS7IJudCuKQu74tYb2FDIKVGYjcyJSa/AL0T6/RlmWgB PILbA2RrsdjfLHZ7+7A7EHSpo+0JwSAdHqV6WRohZzdJO46NY7p0fQkrCzXsaS4hpuTr c2FMSV8H8Stx2gI+HDFM/wGtIk+/Cf6szGCPbG+u7oDTkWXjycKCvv9/LwnKuMY/1e6A ZdqA== X-Gm-Message-State: AOAM53001QUEyiCDmdoICWXQRrRnU7T/HFwqp6WY0SIAxfJ+Awi0zcwk wXRNyfZo8Lnwuj6EYnBOBkeHHpqR+3nLnw== X-Google-Smtp-Source: ABdhPJzHNRmoz5wVemLlGOF3Gy3+NB0CXCzlBWl/fnbhstR8hSwJc1WVQIB8S+gJ8pa6vijL6QOq5Q== X-Received: by 2002:a05:6512:2111:: with SMTP id q17mr8555776lfr.371.1639553126379; Tue, 14 Dec 2021 23:25:26 -0800 (PST) Received: from localhost (109-252-167-227.dynamic.spd-mgts.ru. [109.252.167.227]) by smtp.gmail.com with ESMTPSA id d11sm182613lfq.303.2021.12.14.23.25.24 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Dec 2021 23:25:25 -0800 (PST) From: Andrew Tropin Date: Wed, 15 Dec 2021 10:25:22 +0300 Message-ID: <87czly9vod.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:1450:4864:20::132 (failed) Received-SPF: none client-ip=2a00:1450:4864:20::132; envelope-from=andrew@trop.in; helo=mail-lf1-x132.google.com X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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 (---) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/home.scm (home-environment-compiler): New variable. =2D-- gnu/home.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gnu/home.scm b/gnu/home.scm index d8134693e5..a9f0a469a5 100644 =2D-- a/gnu/home.scm +++ b/gnu/home.scm @@ -25,6 +25,8 @@ (define-module (gnu home) #:use-module (gnu services) #:use-module (guix records) #:use-module (guix diagnostics) + #:use-module (guix gexp) + #:use-module (guix store) =20 #:export (home-environment home-environment? @@ -104,3 +106,11 @@ (define* (home-environment-with-provenance he config-f= ile) (inherit he) (services (cons (service home-provenance-service-type config-file) (home-environment-user-services he))))) + +(define-gexp-compiler (home-environment-compiler (he ) + system target) + ((store-lift + (lambda (store) + (run-with-store store (home-environment-derivation he) + #:system system + #:target target))))) =2D-=20 2.34.0 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJDBAEBCgAtFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmG5mGIPHGFuZHJld0B0 cm9wLmluAAoJECII0glYwd6wZtwP/33nU5QyV7WCpBrXeMamAB3/ifAz6iPtuz4m 9FGU+5gHuiOiX9jDrMS8lXre+zFwHOO5OOp/lSxvpP+xcoPgqL1eCDucyZgyp+gV DIff5fNl5r+QgzsN/+myS5ssmOR3difDEW9c/AlF0R/NUFEt24H6BnKh4q+9idSc 4kTPxYhX+8LOVK9WFV3Mjk9Z5nGHBjfWtrLAORE1Tf+kx0IBRufvs+vCarJT96FF 5DRzgYsa3jFtyCZOSI1X0zEzNDncCwQy20nHxju0318cUF/bwJjfFCKlSuLYHr3+ Sy3qrraNPWMhVbxtk9qySSYvz2I9oRSWSeMegAPTxsJVN9l8X+PUdS6IDODjKGid u0azWFDjqJN1tnlEuR/haHe1HxRJhJPpPCZhVu23Z/QWFVrHrnh/tSDsUKVGq7bC iFnhwgeDu7cEXMbeD8hvqGlcARbfRLLZLQywtbNtQwqST38TwWSmBCbA/nU8PUDN giwC8ejD1Z9I7u7cbUORmYwygE5EpPReVkfADDB/zhLvdmdBFeFl7JaLFU+5/m1J 7yRGFYJzc+E0BNgLUNBBgGy6ta8ftQ55OUPSvoAEvED0vnaKDdzSmFr7yZ4aTp6E RTropYP9vtqIZJLAHmPEHLctkbzAcuqGuoicWAfBu34YXXDRh3n3HuhKFjEiWBKf iIgIASy7 =AsWh -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Sep 20 16:17:15 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: Andrew Tropin Subject: bug#52502: closed (Re: bug#52502: [PATCH] home: Add gexp-compiler for home-environments.) Message-ID: References: <87k0g0me2c.fsf@gnu.org> <87czly9vod.fsf@trop.in> X-Gnu-PR-Message: they-closed 52502 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 52502@debbugs.gnu.org Date: Sun, 19 Dec 2021 22:22:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1639952522-1338-1" This is a multi-part message in MIME format... ------------=_1639952522-1338-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #52502: [PATCH] home: Add gexp-compiler for home-environments. 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 52502@debbugs.gnu.org. --=20 52502: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D52502 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1639952522-1338-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 52502-done) by debbugs.gnu.org; 19 Dec 2021 22:21:08 +0000 Received: from localhost ([127.0.0.1]:48421 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mz4YG-0000KJ-3I for submit@debbugs.gnu.org; Sun, 19 Dec 2021 17:21:08 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50140) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mz4YF-0000Jw-3d for 52502-done@debbugs.gnu.org; Sun, 19 Dec 2021 17:21:07 -0500 Received: from [2001:470:142:3::e] (port=47404 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mz4Y9-0007Dr-Rl; Sun, 19 Dec 2021 17:21:01 -0500 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=Ox/RFod5SRInb574r7cEHE/Uij4OtsPHuhyxXr+Z7tQ=; b=N7qZRDl3HXKt93WGek+Q InGhbBLdioEEUk2UJKSAyCouLdTHba94bH+yX3O+iGG1uXCS2OyjJusCIDD35RGlkxCcKM2ElgZ3w 1+bv+xD17d4u/Cy8lP4Ou7VXZreBgXL3sPoqOBWMlbePZ2n8gU2bAixrLwR51QVmOwViiAuwjmZY3 jkZFrKLWkUV+gJsl6R6eZLwZ4MfpCe2efpHyxynIQPnu4lqp8wqHlOCxgGyYwkSNLhfxf96tbt0Vp 4F8N6r1Teph0cl1sxgLWuLH9r2Qr43mHnduWfn3qsfRFrrJel8LZNLgFNhLpl/xcfU2PYpjHMOViY pTi0vlK7z9dHYw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:57769 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mz4Y9-0002JG-6S; Sun, 19 Dec 2021 17:21:02 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Andrew Tropin Subject: Re: bug#52502: [PATCH] home: Add gexp-compiler for home-environments. References: <87czly9vod.fsf@trop.in> Date: Sun, 19 Dec 2021 23:20:59 +0100 In-Reply-To: <87czly9vod.fsf@trop.in> (Andrew Tropin's message of "Wed, 15 Dec 2021 10:25:22 +0300") Message-ID: <87k0g0me2c.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 52502-done Cc: 52502-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: -3.3 (---) Hi, Andrew Tropin skribis: > * gnu/home.scm (home-environment-compiler): New variable. Applied, thanks! Ludo=E2=80=99. ------------=_1639952522-1338-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 15 Dec 2021 07:25:51 +0000 Received: from localhost ([127.0.0.1]:60110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mxOff-0004Ro-ES for submit@debbugs.gnu.org; Wed, 15 Dec 2021 02:25:51 -0500 Received: from lists.gnu.org ([209.51.188.17]:40840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mxOfd-0004Rg-Mp for submit@debbugs.gnu.org; Wed, 15 Dec 2021 02:25:49 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48102) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxOfY-0007BS-Cn for guix-patches@gnu.org; Wed, 15 Dec 2021 02:25:47 -0500 Received: from [2a00:1450:4864:20::132] (port=42945 helo=mail-lf1-x132.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mxOfS-0003GM-Hg for guix-patches@gnu.org; Wed, 15 Dec 2021 02:25:42 -0500 Received: by mail-lf1-x132.google.com with SMTP id t26so41401719lfk.9 for ; Tue, 14 Dec 2021 23:25:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop-in.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:mime-version; bh=BODUCw25StuRPKaLFh4T7OtsF0VDKcTPSuWx3WBJGII=; b=ZpRrzIQmeVrxJJOzhJpKTphPZWyyCLqVv2Z9SHfc1WqQJdiB244louz9E/9Vi9v6B6 oceLz8x6KzaNA9DcFjUoeP30oIBsc1fN2Eps65aHbKDEdQRi0FMYUsvDtX+v5RK6fB+P NZJhVsJ4TNN90/1w/b1NT7d0gFeKRW8BOo77F/p2ZoA0KmwBnj3XaUvzUA36cEKDHQBT YYTgAHHQQf8hddk1vvvpaR5KKpuOQiwYV8StsgYbAjILRlZXQiYgNPaq2W4HWnGqF71q iDCDObvBSm0Tsq8EdhRPt2LT8Eepro6/RiiQIn4Q+n1dfUT5x52Sw8LfKSdRvtrxRRPr 20vQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=BODUCw25StuRPKaLFh4T7OtsF0VDKcTPSuWx3WBJGII=; b=TwOt+iclt7yIL7zB1USo8ZOzxSwiA4HwuIZB+HnaV9GxYEt0TeN4550pCPt2w+fSw/ h6X2t4nbHWpIxfsZ0mA+R9YxBl/L0uIvWESa7vJ2YlU373iStR65/Jy+E2MFf7HlwixG wuXPgwG9Uq7O54kCRn1XnMMbsS7IJudCuKQu74tYb2FDIKVGYjcyJSa/AL0T6/RlmWgB PILbA2RrsdjfLHZ7+7A7EHSpo+0JwSAdHqV6WRohZzdJO46NY7p0fQkrCzXsaS4hpuTr c2FMSV8H8Stx2gI+HDFM/wGtIk+/Cf6szGCPbG+u7oDTkWXjycKCvv9/LwnKuMY/1e6A ZdqA== X-Gm-Message-State: AOAM53001QUEyiCDmdoICWXQRrRnU7T/HFwqp6WY0SIAxfJ+Awi0zcwk wXRNyfZo8Lnwuj6EYnBOBkeHHpqR+3nLnw== X-Google-Smtp-Source: ABdhPJzHNRmoz5wVemLlGOF3Gy3+NB0CXCzlBWl/fnbhstR8hSwJc1WVQIB8S+gJ8pa6vijL6QOq5Q== X-Received: by 2002:a05:6512:2111:: with SMTP id q17mr8555776lfr.371.1639553126379; Tue, 14 Dec 2021 23:25:26 -0800 (PST) Received: from localhost (109-252-167-227.dynamic.spd-mgts.ru. [109.252.167.227]) by smtp.gmail.com with ESMTPSA id d11sm182613lfq.303.2021.12.14.23.25.24 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Dec 2021 23:25:25 -0800 (PST) From: Andrew Tropin To: guix-patches@gnu.org Subject: [PATCH] home: Add gexp-compiler for home-environments. Date: Wed, 15 Dec 2021 10:25:22 +0300 Message-ID: <87czly9vod.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:1450:4864:20::132 (failed) Received-SPF: none client-ip=2a00:1450:4864:20::132; envelope-from=andrew@trop.in; helo=mail-lf1-x132.google.com X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit 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 (---) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/home.scm (home-environment-compiler): New variable. =2D-- gnu/home.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gnu/home.scm b/gnu/home.scm index d8134693e5..a9f0a469a5 100644 =2D-- a/gnu/home.scm +++ b/gnu/home.scm @@ -25,6 +25,8 @@ (define-module (gnu home) #:use-module (gnu services) #:use-module (guix records) #:use-module (guix diagnostics) + #:use-module (guix gexp) + #:use-module (guix store) =20 #:export (home-environment home-environment? @@ -104,3 +106,11 @@ (define* (home-environment-with-provenance he config-f= ile) (inherit he) (services (cons (service home-provenance-service-type config-file) (home-environment-user-services he))))) + +(define-gexp-compiler (home-environment-compiler (he ) + system target) + ((store-lift + (lambda (store) + (run-with-store store (home-environment-derivation he) + #:system system + #:target target))))) =2D-=20 2.34.0 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJDBAEBCgAtFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmG5mGIPHGFuZHJld0B0 cm9wLmluAAoJECII0glYwd6wZtwP/33nU5QyV7WCpBrXeMamAB3/ifAz6iPtuz4m 9FGU+5gHuiOiX9jDrMS8lXre+zFwHOO5OOp/lSxvpP+xcoPgqL1eCDucyZgyp+gV DIff5fNl5r+QgzsN/+myS5ssmOR3difDEW9c/AlF0R/NUFEt24H6BnKh4q+9idSc 4kTPxYhX+8LOVK9WFV3Mjk9Z5nGHBjfWtrLAORE1Tf+kx0IBRufvs+vCarJT96FF 5DRzgYsa3jFtyCZOSI1X0zEzNDncCwQy20nHxju0318cUF/bwJjfFCKlSuLYHr3+ Sy3qrraNPWMhVbxtk9qySSYvz2I9oRSWSeMegAPTxsJVN9l8X+PUdS6IDODjKGid u0azWFDjqJN1tnlEuR/haHe1HxRJhJPpPCZhVu23Z/QWFVrHrnh/tSDsUKVGq7bC iFnhwgeDu7cEXMbeD8hvqGlcARbfRLLZLQywtbNtQwqST38TwWSmBCbA/nU8PUDN giwC8ejD1Z9I7u7cbUORmYwygE5EpPReVkfADDB/zhLvdmdBFeFl7JaLFU+5/m1J 7yRGFYJzc+E0BNgLUNBBgGy6ta8ftQ55OUPSvoAEvED0vnaKDdzSmFr7yZ4aTp6E RTropYP9vtqIZJLAHmPEHLctkbzAcuqGuoicWAfBu34YXXDRh3n3HuhKFjEiWBKf iIgIASy7 =AsWh -----END PGP SIGNATURE----- --=-=-=-- ------------=_1639952522-1338-1--