mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-editorconfig: Update to 0.8.0.
* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.8.0. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
265ee14650
commit
ea82e3b266
1 changed files with 2 additions and 2 deletions
|
@ -13459,7 +13459,7 @@ (define-public emacs-synosaurus
|
|||
(define-public emacs-editorconfig
|
||||
(package
|
||||
(name "emacs-editorconfig")
|
||||
(version "0.7.14")
|
||||
(version "0.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -13469,7 +13469,7 @@ (define-public emacs-editorconfig
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"19j2428ij7sqvrqs7rqg1mcnv9109y6drqba40dkv3vrkk5d2yia"))))
|
||||
"1b2cpqz75pivl323bs60j5rszwi787x6vy68csycikqz9mhpmjn9"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/editorconfig/editorconfig-emacs")
|
||||
(synopsis "Define and maintain consistent coding styles between different
|
||||
|
|
Loading…
Reference in a new issue