gnu: emacs-projectile: Update to 2.5.0.

* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.5.0.
This commit is contained in:
Nicolas Goaziou 2021-08-13 15:32:34 +02:00
parent f16e4d85dd
commit 338f34d879
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9984,7 +9984,7 @@ (define-public emacs-edit-indirect
(define-public emacs-projectile
(package
(name "emacs-projectile")
(version "2.4.0")
(version "2.5.0")
(source (origin
(method url-fetch)
(uri (string-append "https://raw.githubusercontent.com/bbatsov"
@ -9992,7 +9992,7 @@ (define-public emacs-projectile
(file-name (string-append "projectile-" version ".el"))
(sha256
(base32
"1vawbngfdcp6isqf74kwvk438wh6da2liqqxgzilw1qbhqg7z7aw"))))
"1wy2kpli90z7p4dqr4b7f1fv99g6lfxi1kzy2bfl0p8qi40rpmyv"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)