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:
Nicolas Goaziou 2022-11-24 12:57:58 +01:00
parent 071d0cac80
commit 826d862eb3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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))