From unknown Fri Jun 20 07:24:14 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#42369 <42369@debbugs.gnu.org> To: bug#42369 <42369@debbugs.gnu.org> Subject: Status: [PATCH] gnu: emacs-helm-projectile: Update to 1.0.0. Reply-To: bug#42369 <42369@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:24:14 +0000 retitle 42369 [PATCH] gnu: emacs-helm-projectile: Update to 1.0.0. reassign 42369 guix-patches submitter 42369 Michael Rohleder severity 42369 normal tag 42369 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 15 11:43:41 2020 Received: (at submit) by debbugs.gnu.org; 15 Jul 2020 15:43:41 +0000 Received: from localhost ([127.0.0.1]:53406 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jvjZM-0002ax-Oi for submit@debbugs.gnu.org; Wed, 15 Jul 2020 11:43:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:47306) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jvjZI-0002an-QW for submit@debbugs.gnu.org; Wed, 15 Jul 2020 11:43:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46214) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jvjZI-0005kK-JI for guix-patches@gnu.org; Wed, 15 Jul 2020 11:43:36 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:54766) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jvjZG-00082v-ES for guix-patches@gnu.org; Wed, 15 Jul 2020 11:43:36 -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 1jvjZC-000892-Co; Wed, 15 Jul 2020 17:43:30 +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 1jvjZB-00064P-T3 for guix-patches@gnu.org; Wed, 15 Jul 2020 17:43:30 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-helm-projectile: Update to 1.0.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 17:43:18 +0200 Message-ID: <875zaozsvd.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;1594827813;3184db38; X-HE-SMSGID: 1jvjZC-000892-Co 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/15 11:43:30 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-helm-projectile-Update-to-1.0.0.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: emacs-helm-projectile: Update to 1.0.0. From=20956865b529e1b3c2f52ed407784597312efa5da5 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Wed, 15 Jul 2020 17:41:26 +0200 Subject: [PATCH] gnu: emacs-helm-projectile: Update to 1.0.0. * gnu/packages/emacs-xyz.scm (emacs-helm-projectile): Update to 1.0.0. =2D-- gnu/packages/emacs-xyz.scm | 47 +++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 26 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 537638bd36..03d1d8b5de 100644 =2D-- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -8347,33 +8347,28 @@ for search-based navigation of buffers.") as well as features for editing search results.") (license license:gpl3+))) =20 =2D;; There hasn't been a tag or release since 2016, so we take the latest =2D;; commit. (define-public emacs-helm-projectile =2D (let ((commit "5328b74dddcee8d1913803ca8167868831a07463") =2D (version "0.14.0") =2D (revision "1")) =2D (package =2D (name "emacs-helm-projectile") =2D (version (git-version version revision commit)) =2D (source =2D (origin =2D (method git-fetch) =2D (uri (git-reference =2D (url "https://github.com/bbatsov/helm-projectile") =2D (commit commit))) =2D (file-name (git-file-name name version)) =2D (sha256 =2D (base32 "0a811cblrvc8llpv771b8dppgxs6bwjyvjy3qn2xns4nigvn93s0"= )))) =2D (build-system emacs-build-system) =2D (propagated-inputs =2D `(("emacs-helm" ,emacs-helm) =2D ("emacs-projectile" ,emacs-projectile))) =2D (home-page "https://github.com/bbatsov/helm-projectile") =2D (synopsis "Helm integration for Projectile") =2D (description =2D "This Emacs library provides a Helm interface for Projectile.") =2D (license license:gpl3+)))) + (package + (name "emacs-helm-projectile") + (version "1.0.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/bbatsov/helm-projectile") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "05gpg90gg03yalmv9fw1y9k21i2l617iipvs0p9n80aln8nrzs8g")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-helm" ,emacs-helm) + ("emacs-projectile" ,emacs-projectile))) + (home-page "https://github.com/bbatsov/helm-projectile") + (synopsis "Helm integration for Projectile") + (description + "This Emacs library provides a Helm interface for Projectile.") + (license license:gpl3+))) =20 (define-public emacs-taskrunner (let ((commit "3afd4a546d42339543d3d4e51b175fc3e82b3358") =2D-=20 2.27.0 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 Imagination is more important than knowledge - Albert Einstein --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8PJBcACgkQfHr/vv7y yyXwBggAlGcGzk1Y7kZUnfJgzrPSjmo6CS0gBRTMmrCNP0D5sEvKbnm8LP7iCrfz SztXrslft6I+hW+pK/sFL+5EiH9YB85NmfGNYYL6VykwsNjFoA14Grb2OcwC+KqN HesqPglNWxNzX43o4rGKC4PVZLuFw2Yt3X6uzSVVhRaW8pCjKtKEpONNZuHyQCS+ SLZSO1F2wmTVhejzzp5u4o0VAa7JZ7YPPiq5y+0E0SrzFo7SMC9d+WypBC9otNT4 8eiLy1m9EsENxoyKLAm8OjDi+z3f+QbdYvUgDjduHLj+TcCOWic+LGa13pGUAqXg FW54w+f5NzAfVFAnjvl3mtGLXM7efw== =YgC5 -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 16 19:56:51 2020 Received: (at 42369-done) by debbugs.gnu.org; 16 Jul 2020 23:56:51 +0000 Received: from localhost ([127.0.0.1]:56218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jwDkB-0003iH-Kd for submit@debbugs.gnu.org; Thu, 16 Jul 2020 19:56:51 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:50517) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jwDk8-0003hx-VO for 42369-done@debbugs.gnu.org; Thu, 16 Jul 2020 19:56:49 -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 2F6AEE0002; Thu, 16 Jul 2020 23:56:42 +0000 (UTC) From: Nicolas Goaziou To: Michael Rohleder Subject: Re: [bug#42369] [PATCH] gnu: emacs-helm-projectile: Update to 1.0.0. References: <875zaozsvd.fsf@rohleder.de> Date: Fri, 17 Jul 2020 01:56:42 +0200 In-Reply-To: <875zaozsvd.fsf@rohleder.de> (Michael Rohleder's message of "Wed, 15 Jul 2020 17:43:18 +0200") Message-ID: <87ft9r6mkl.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: 42369-done Cc: 42369-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: > From 956865b529e1b3c2f52ed407784597312efa5da5 Mon Sep 17 00:00:00 2001 > From: Michael Rohleder > Date: Wed, 15 Jul 2020 17:41:26 +0200 > Subject: [PATCH] gnu: emacs-helm-projectile: Update to 1.0.0. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Fri Jun 20 07:24:14 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:07 +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