mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -11835,7 +11835,7 @@ (define-public emacs-edit-indirect
|
|||
(define-public emacs-projectile
|
||||
(package
|
||||
(name "emacs-projectile")
|
||||
(version "2.6.0")
|
||||
(version "2.7.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://raw.githubusercontent.com/bbatsov"
|
||||
|
@ -11843,7 +11843,7 @@ (define-public emacs-projectile
|
|||
(file-name (string-append "projectile-" version ".el"))
|
||||
(sha256
|
||||
(base32
|
||||
"12crymgri4sg7fvnh692f96cm0krmmcnz6x3ypxgq8da84rl34p4"))))
|
||||
"1jd1csrvafy49dcfag0ccpqbdn5my183h325bv6j4x4c3a6qbp98"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-pkg-info))
|
||||
|
|
Loading…
Reference in a new issue