GNU bug report logs -
#34619
[PATCH] gnu: emacs-projectile: Update to 2.0.0
Previous Next
Reported by: Dimakakos Dimos <bendersteed <at> teknik.io>
Date: Fri, 22 Feb 2019 15:29:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#34619: [PATCH] gnu: emacs-projectile: Update to 2.0.0
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 34619 <at> debbugs.gnu.org.
--
34619: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34619
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
I added a copyright line for you and pushed as commit
d97283c3a62b1e8ebdac5544b3fcb5eacc330bcd.
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From 3cf1fea40491a3fcf5b55bf08ba410476f71ae2a Mon Sep 17 00:00:00 2001
From: Dimakakos Dimos <bendersteed <at> teknik.io>
Date: Fri, 22 Feb 2019 15:27:45 +0200
Subject: [PATCH] gnu: emacs-projectile: Update to 2.0.0
* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.0.0.
---
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 cedc1efbc..1f76a3515 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4448,7 +4448,7 @@ like @code{org-edit-src-code} but for arbitrary regions.")
(define-public emacs-projectile
(package
(name "emacs-projectile")
- (version "0.14.0")
+ (version "2.0.0")
(source (origin
(method url-fetch)
(uri (string-append "https://raw.githubusercontent.com/bbatsov"
@@ -4456,7 +4456,7 @@ like @code{org-edit-src-code} but for arbitrary regions.")
(file-name (string-append "projectile-" version ".el"))
(sha256
(base32
- "1ql1wnzhblbwnv66hf2y0wq45g71hh6s9inc090lmhm1vgylbd1f"))))
+ "149hablms6n9b4wp78dz4pjz1rzyylfw9ayghq5p9d7k661mvyby"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
--
2.20.1
This bug report was last modified 6 years and 80 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.