[PATCH] gnu: emacs-projectile: update to 2.1.0

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

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
87v9mzkf0d.fsf@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-projectile): update to 2.1.0
From 270b208565503c590ab19af23082ccb48e684f08 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Fri, 20 Mar 2020 02:02:39 +0100
Subject: [PATCH] * gnu/packages/emacs-xyz.scm (emacs-projectile): update to
2.1.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 62d1adcf74..d0b51df3c7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6394,7 +6394,7 @@ like @code{org-edit-src-code} but for arbitrary regions.")
(define-public emacs-projectile
(package
(name "emacs-projectile")
- (version "2.0.0")
+ (version "2.1.0")
(source (origin
(method url-fetch)
(uri (string-append "https://raw.githubusercontent.com/bbatsov"
@@ -6402,7 +6402,7 @@ like @code{org-edit-src-code} but for arbitrary regions.")
(file-name (string-append "projectile-" version ".el"))
(sha256
(base32
- "149hablms6n9b4wp78dz4pjz1rzyylfw9ayghq5p9d7k661mvyby"))))
+ "1jj9wk91clyph3zmxkd7y7d6gdqmjd1vndhyq5fxp7i7dy013571"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
--
2.25.2
--
The German opposite of 'umfahren' (running something over)
is 'umfahren' (drive around something).
Good luck mastering this language.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl50GAIACgkQfHr/vv7y
yyWZMgf+P5rTrx9fZd6VgWe2fyjbtgPa4rxpbcCYXMM7hQ41hkh7lyvBuVkj9H6T
b40ulpuvzglcgF7TgXL3L3ZFxmpAe4uAnqCFDMOOfJbN16qDC91/nYUd+UaS/tsd
saHKHIlSdOa8gA5kj5ea86wLqtw1G8SewGN1vyuBEUH+2h/PJoZo8qGnkMXs/M83
lCGgPTuRO3KNqGIbG+PQv40HU5dnqEnvyAQEnVudLXnworLrq/MFEux6K14dX7uA
/x8ZtEGXAhybmhw4OCaZJPuQsFzYYcQBx4CBcrhqTlYD2ErqB3pcchlXFnkPZmhH
MJkJvrOggZ5aSAmNfE7ydHwlVpgmsQ==
=Pbo5
-----END PGP SIGNATURE-----

Marius Bakke wrote 5 years ago
87o8sr7x66.fsf@devup.no
Michael Rohleder <mike@rohleder.de> writes:

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

Applied, thanks!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl50/VEACgkQoqBt8qM6
VPrG6Qf+MJ9WWNkaUTBqV9RrrbLvqkODa0C0pwQIfdZP4gqu0i+BXQog/77d9Jlq
hC63r1unsy5fkubZrlnICQkBX76Env9Igzkl7b8ZSAT9USMzvHIv4V9cuRg26Pem
YmkAO9otRp3bDtewyBoIvcv+0tZ0wSgLTGuTQOPu2VZgaSnLPiMEPcnSA9UMH09E
pjV0dkglb2hGqRPBORMzqV6q1WCYaI2bo40UTtNwxOJET8tFjqk/Nfx9HM+hR5Y6
6E3C9Jc+x49xAZb1GjX2dxaqr9Lh9LryyjQMv1SHdNpVdPcm3V/480YeaFcYA48C
+O+7sYz4zqWDjNfV4jj3pJ/7y4Y7gw==
=WyzS
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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