mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: emacs-projectile: Update to 2.3.0.
* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.3.0.
This commit is contained in:
parent
4425f095f9
commit
c6cb2cccd1
1 changed files with 2 additions and 2 deletions
|
@ -8768,7 +8768,7 @@ (define-public emacs-edit-indirect
|
||||||
(define-public emacs-projectile
|
(define-public emacs-projectile
|
||||||
(package
|
(package
|
||||||
(name "emacs-projectile")
|
(name "emacs-projectile")
|
||||||
(version "2.2.0")
|
(version "2.3.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"
|
||||||
|
@ -8776,7 +8776,7 @@ (define-public emacs-projectile
|
||||||
(file-name (string-append "projectile-" version ".el"))
|
(file-name (string-append "projectile-" version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d983siysg98bjbb2r99qbrpvpf6dn85si8gyak4z05m67s8sn6v"))))
|
"1a2drmvx80076d52w46rgynwndj78l3ljr71pdzp9g9hh71mr27y"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
|
|
Loading…
Reference in a new issue