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:
Nicolas Goaziou 2022-10-26 09:00:46 +02:00
parent 6c5c464d55
commit ab7f79dfc3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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