gnu: emacs-projectile: Update to 2.1.0.

* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.1.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Michael Rohleder 2020-03-20 02:02:39 +01:00 committed by Marius Bakke
parent 0f7e6964c7
commit fe2b134cf9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -6394,7 +6394,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.0.0") (version "2.1.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"
@ -6402,7 +6402,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
"149hablms6n9b4wp78dz4pjz1rzyylfw9ayghq5p9d7k661mvyby")))) "1jj9wk91clyph3zmxkd7y7d6gdqmjd1vndhyq5fxp7i7dy013571"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-dash" ,emacs-dash) `(("emacs-dash" ,emacs-dash)