guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: emacs-projectile: Update to 2.1.0.


From: guix-commits
Subject: 07/09: gnu: emacs-projectile: Update to 2.1.0.
Date: Fri, 20 Mar 2020 14:18:18 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit fe2b134cf960c5dd1d077c29cf3b4dca8e154e2f
Author: Michael Rohleder <address@hidden>
AuthorDate: Fri Mar 20 02:02:39 2020 +0100

    gnu: emacs-projectile: Update to 2.1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.1.0.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 a56cbb8..62217e3 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)



reply via email to

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