guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: emacs-projectile: Update to 0.14.0.


From: Marius Bakke
Subject: 01/02: gnu: emacs-projectile: Update to 0.14.0.
Date: Sun, 9 Apr 2017 17:55:02 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 6461c44c2e8327165b4bee5c2089cdad68b99f92
Author: Kyle Meyer <address@hidden>
Date:   Sun Apr 9 17:19:34 2017 -0400

    gnu: emacs-projectile: Update to 0.14.0.
    
    * gnu/packages/emacs.scm (emacs-projectile): Update to 0.14.0.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 cc14fd2..0d53ffc 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]