GNU bug report logs - #34619
[PATCH] gnu: emacs-projectile: Update to 2.0.0

Previous Next

Package: guix-patches;

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


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dimakakos Dimos <bendersteed <at> teknik.io>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-projectile: Update to 2.0.0
Date: Fri, 22 Feb 2019 15:42:52 +0200
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.