mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-projectile: Update to 2.6.0.
* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.6.0.
This commit is contained in:
parent
6c5c464d55
commit
ab7f79dfc3
1 changed files with 2 additions and 2 deletions
|
@ -11625,7 +11625,7 @@ (define-public emacs-edit-indirect
|
||||||
(define-public emacs-projectile
|
(define-public emacs-projectile
|
||||||
(package
|
(package
|
||||||
(name "emacs-projectile")
|
(name "emacs-projectile")
|
||||||
(version "2.5.0")
|
(version "2.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://raw.githubusercontent.com/bbatsov"
|
(uri (string-append "https://raw.githubusercontent.com/bbatsov"
|
||||||
|
@ -11633,7 +11633,7 @@ (define-public emacs-projectile
|
||||||
(file-name (string-append "projectile-" version ".el"))
|
(file-name (string-append "projectile-" version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wy2kpli90z7p4dqr4b7f1fv99g6lfxi1kzy2bfl0p8qi40rpmyv"))))
|
"12crymgri4sg7fvnh692f96cm0krmmcnz6x3ypxgq8da84rl34p4"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash emacs-pkg-info))
|
(list emacs-dash emacs-pkg-info))
|
||||||
|
|
Loading…
Reference in a new issue