[PATCH] gnu: emacs-helm-projectile: Update to 1.0.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
875zaozsvd.fsf@rohleder.de
From 956865b529e1b3c2f52ed407784597312efa5da5 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
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.
---
gnu/packages/emacs-xyz.scm | 47 +++++++++++++++++---------------------
1 file changed, 21 insertions(+), 26 deletions(-)

Toggle diff (61 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 537638bd36..03d1d8b5de 100644
--- 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+)))
-;; There hasn't been a tag or release since 2016, so we take the latest
-;; commit.
(define-public emacs-helm-projectile
- (let ((commit "5328b74dddcee8d1913803ca8167868831a07463")
- (version "0.14.0")
- (revision "1"))
- (package
- (name "emacs-helm-projectile")
- (version (git-version version revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/bbatsov/helm-projectile")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0a811cblrvc8llpv771b8dppgxs6bwjyvjy3qn2xns4nigvn93s0"))))
- (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+))))
+ (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+)))
(define-public emacs-taskrunner
(let ((commit "3afd4a546d42339543d3d4e51b175fc3e82b3358")
--
2.27.0
--
Imagination is more important than knowledge - Albert Einstein
-----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-----

Nicolas Goaziou wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42369-done@debbugs.gnu.org)
87ft9r6mkl.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (5 lines)
> From 956865b529e1b3c2f52ed407784597312efa5da5 Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike@rohleder.de>
> 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42369@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42369
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help