From unknown Fri Sep 19 14:44:11 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#42359 <42359@debbugs.gnu.org> To: bug#42359 <42359@debbugs.gnu.org> Subject: Status: [PATCH] gnu: emacs-projectile: Update to 2.2.0. Reply-To: bug#42359 <42359@debbugs.gnu.org> Date: Fri, 19 Sep 2025 21:44:11 +0000 retitle 42359 [PATCH] gnu: emacs-projectile: Update to 2.2.0. reassign 42359 guix-patches submitter 42359 Michael Rohleder severity 42359 normal tag 42359 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 14 22:54:08 2020 Received: (at submit) by debbugs.gnu.org; 15 Jul 2020 02:54:08 +0000 Received: from localhost ([127.0.0.1]:51854 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jvXYe-0004su-IT for submit@debbugs.gnu.org; Tue, 14 Jul 2020 22:54:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:56048) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jvXYb-0004sk-JQ for submit@debbugs.gnu.org; Tue, 14 Jul 2020 22:54:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40518) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jvXYb-000497-Av for guix-patches@gnu.org; Tue, 14 Jul 2020 22:54:05 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:51830) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jvXYY-0002oN-Mp for guix-patches@gnu.org; Tue, 14 Jul 2020 22:54:04 -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 1jvXYT-0007Y3-24; Wed, 15 Jul 2020 04:53:57 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jvXYS-000796-IK for guix-patches@gnu.org; Wed, 15 Jul 2020 04:53:56 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-projectile: Update to 2.2.0. X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Wed, 15 Jul 2020 04:53:48 +0200 Message-ID: <877dv5o5dv.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1594781639;48268740; X-HE-SMSGID: 1jvXYT-0007Y3-24 Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/14 22:53:57 X-ACL-Warn: Detected OS = ??? 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 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: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-emacs-projectile-Update-to-2.2.0.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: emacs-projectile: Update to 2.2.0. From=2014d5f7bb0a9c64f0965ac2b67ceaed734dea63dd Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Wed, 15 Jul 2020 04:51:49 +0200 Subject: [PATCH] gnu: emacs-projectile: Update to 2.2.0. * gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.2.0. =2D-- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 537638bd36..ce4c5f3fd3 100644 =2D-- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -7531,7 +7531,7 @@ like @code{org-edit-src-code} but for arbitrary regio= ns.") (define-public emacs-projectile (package (name "emacs-projectile") =2D (version "2.1.0") + (version "2.2.0") (source (origin (method url-fetch) (uri (string-append "https://raw.githubusercontent.com/bbats= ov" @@ -7539,7 +7539,7 @@ like @code{org-edit-src-code} but for arbitrary regio= ns.") (file-name (string-append "projectile-" version ".el")) (sha256 (base32 =2D "1jj9wk91clyph3zmxkd7y7d6gdqmjd1vndhyq5fxp7i7dy013571"))= )) + "1d983siysg98bjbb2r99qbrpvpf6dn85si8gyak4z05m67s8sn6v")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-dash" ,emacs-dash) =2D-=20 2.27.0 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 Wer ununterbrochen vorwaertsmarschiert, steht die haelfte seines Lebens auf einem Bein. --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8Ob7wACgkQfHr/vv7y yyVz3gf7BJLh0PLo/dHNGpGh208WDUiQTHJdNfj7gq1Js85FyYl2ptLmUHsdGNCk lNySYSPSZ47YY08Ar8Kx+9ICxl0uncdTn5D4xDadIVSe0WL9o+yJsZYpGl3CJcuZ 1vkvhLTF0k0Wl2/zEfReARZHdrhHXBr//OfI9WcaOesqtw8vf98aNrn15MoxB6XX OPmq6ws5Bxrlye9GheBG05/uwnZKGnntRqfMbfraGhVnvkhs6Etf1zSYSJ6/5I47 nALFkv8SjI1Cg2lTpRT4eJkY3xujXHaSH8O778P05KvK+35CJA42WCqS1FDzoROz zhk8JuXi2c6BBk03C3Dk+9VCvQqocg== =VtUE -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 16 19:55:39 2020 Received: (at 42359-done) by debbugs.gnu.org; 16 Jul 2020 23:55:39 +0000 Received: from localhost ([127.0.0.1]:56211 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jwDj1-0003fs-AE for submit@debbugs.gnu.org; Thu, 16 Jul 2020 19:55:39 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:47885) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jwDiz-0003fd-Eq for 42359-done@debbugs.gnu.org; Thu, 16 Jul 2020 19:55:38 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id B4084E0003; Thu, 16 Jul 2020 23:55:30 +0000 (UTC) From: Nicolas Goaziou To: Michael Rohleder Subject: Re: [bug#42359] [PATCH] gnu: emacs-projectile: Update to 2.2.0. References: <877dv5o5dv.fsf@rohleder.de> Date: Fri, 17 Jul 2020 01:55:29 +0200 In-Reply-To: <877dv5o5dv.fsf@rohleder.de> (Michael Rohleder's message of "Wed, 15 Jul 2020 04:53:48 +0200") Message-ID: <87k0z36mmm.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42359-done Cc: 42359-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.7 (-) Hello, Michael Rohleder writes: > * gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.2.0. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Fri Sep 19 14:44:11 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 14 Aug 2020 11:24:06 +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