GNU bug report logs - #26427
[PATCH] gnu: emacs-projectile: Update to 0.14.0.

Previous Next

Package: guix-patches;

Reported by: Kyle Meyer <kyle <at> kyleam.com>

Date: Sun, 9 Apr 2017 21:21:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Kyle Meyer <kyle <at> kyleam.com>
Subject: bug#26427: closed (Re: bug#26427: [PATCH] gnu: emacs-projectile:
 Update to 0.14.0.)
Date: Sun, 09 Apr 2017 21:54:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#26427: [PATCH] gnu: emacs-projectile: Update to 0.14.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 26427 <at> debbugs.gnu.org.

-- 
26427: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26427
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Kyle Meyer <kyle <at> kyleam.com>, 26427-done <at> debbugs.gnu.org
Subject: Re: bug#26427: [PATCH] gnu: emacs-projectile: Update to 0.14.0.
Date: Sun, 09 Apr 2017 23:53:27 +0200
[Message part 3 (text/plain, inline)]
Kyle Meyer <kyle <at> kyleam.com> writes:

> * gnu/packages/emacs.scm (emacs-projectile): Update to 0.14.0.

Applied, thanks!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Kyle Meyer <kyle <at> kyleam.com>
To: guix-patches <at> gnu.org
Cc: Kyle Meyer <kyle <at> kyleam.com>
Subject: [PATCH] gnu: emacs-projectile: Update to 0.14.0.
Date: Sun,  9 Apr 2017 17:19:34 -0400
* gnu/packages/emacs.scm (emacs-projectile): Update to 0.14.0.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index cc14fd228..0d53ffc84 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3065,7 +3065,7 @@ in Emacs.")
 (define-public emacs-projectile
   (package
     (name "emacs-projectile")
-    (version "0.13.0")
+    (version "0.14.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://raw.githubusercontent.com/bbatsov"
@@ -3073,7 +3073,7 @@ in Emacs.")
               (file-name (string-append "projectile-" version ".el"))
               (sha256
                (base32
-                "1pc6xb61hzxzc5hkqkli1ab0s7wz0rfgx4kcn9y30ksvhw18smbz"))))
+                "1ql1wnzhblbwnv66hf2y0wq45g71hh6s9inc090lmhm1vgylbd1f"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)
-- 
2.12.2




This bug report was last modified 8 years and 46 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.