[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-projectile: Update to 2.6.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-projectile: Update to 2.6.0. |
Date: |
Wed, 26 Oct 2022 03:08:47 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ab7f79dfc3 gnu: emacs-projectile: Update to 2.6.0.
ab7f79dfc3 is described below
commit ab7f79dfc3a5336d2c93136c574a13881d45fda3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Oct 26 09:00:46 2022 +0200
gnu: emacs-projectile: Update to 2.6.0.
* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.6.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 596d1bd0a1..35b3bad33e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11625,7 +11625,7 @@ like @code{org-edit-src-code} but for arbitrary
regions.")
(define-public emacs-projectile
(package
(name "emacs-projectile")
- (version "2.5.0")
+ (version "2.6.0")
(source (origin
(method url-fetch)
(uri (string-append "https://raw.githubusercontent.com/bbatsov"
@@ -11633,7 +11633,7 @@ like @code{org-edit-src-code} but for arbitrary
regions.")
(file-name (string-append "projectile-" version ".el"))
(sha256
(base32
- "1wy2kpli90z7p4dqr4b7f1fv99g6lfxi1kzy2bfl0p8qi40rpmyv"))))
+ "12crymgri4sg7fvnh692f96cm0krmmcnz6x3ypxgq8da84rl34p4"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash emacs-pkg-info))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-projectile: Update to 2.6.0.,
guix-commits <=