[PATCH] gnu: emacs-projectile: Update to 2.2.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)
877dv5o5dv.fsf@rohleder.de
From 14d5f7bb0a9c64f0965ac2b67ceaed734dea63dd Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
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.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 537638bd36..ce4c5f3fd3 100644
--- 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 regions.")
(define-public emacs-projectile
(package
(name "emacs-projectile")
- (version "2.1.0")
+ (version "2.2.0")
(source (origin
(method url-fetch)
(uri (string-append "https://raw.githubusercontent.com/bbatsov"
@@ -7539,7 +7539,7 @@ like @code{org-edit-src-code} but for arbitrary regions.")
(file-name (string-append "projectile-" version ".el"))
(sha256
(base32
- "1jj9wk91clyph3zmxkd7y7d6gdqmjd1vndhyq5fxp7i7dy013571"))))
+ "1d983siysg98bjbb2r99qbrpvpf6dn85si8gyak4z05m67s8sn6v"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
--
2.27.0
--
Wer ununterbrochen vorwaertsmarschiert, steht die haelfte seines
Lebens auf einem Bein.
-----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-----

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

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.2.0.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 42359
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