mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: emacs-projectile: Update to 2.4.0.
* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.4.0.
This commit is contained in:
parent
39eb5a1829
commit
c85289a6a8
1 changed files with 2 additions and 2 deletions
|
@ -9400,7 +9400,7 @@ (define-public emacs-edit-indirect
|
|||
(define-public emacs-projectile
|
||||
(package
|
||||
(name "emacs-projectile")
|
||||
(version "2.3.0")
|
||||
(version "2.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://raw.githubusercontent.com/bbatsov"
|
||||
|
@ -9408,7 +9408,7 @@ (define-public emacs-projectile
|
|||
(file-name (string-append "projectile-" version ".el"))
|
||||
(sha256
|
||||
(base32
|
||||
"1a2drmvx80076d52w46rgynwndj78l3ljr71pdzp9g9hh71mr27y"))))
|
||||
"1vawbngfdcp6isqf74kwvk438wh6da2liqqxgzilw1qbhqg7z7aw"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-dash" ,emacs-dash)
|
||||
|
|
Loading…
Reference in a new issue