gnu: emacs-projectile: Update to 2.7.0.
* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.7.0.
This commit is contained in:
parent
071d0cac80
commit
826d862eb3
@ -11835,7 +11835,7 @@ like @code{org-edit-src-code} but for arbitrary regions.")
|
|||||||
(define-public emacs-projectile
|
(define-public emacs-projectile
|
||||||
(package
|
(package
|
||||||
(name "emacs-projectile")
|
(name "emacs-projectile")
|
||||||
(version "2.6.0")
|
(version "2.7.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"
|
||||||
@ -11843,7 +11843,7 @@ like @code{org-edit-src-code} but for arbitrary regions.")
|
|||||||
(file-name (string-append "projectile-" version ".el"))
|
(file-name (string-append "projectile-" version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12crymgri4sg7fvnh692f96cm0krmmcnz6x3ypxgq8da84rl34p4"))))
|
"1jd1csrvafy49dcfag0ccpqbdn5my183h325bv6j4x4c3a6qbp98"))))
|
||||||
(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 New Issue
Block a user