mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
0f7e6964c7
commit
fe2b134cf9
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue