mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -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
|
(define-public emacs-editorconfig
|
||||||
(package
|
(package
|
||||||
(name "emacs-editorconfig")
|
(name "emacs-editorconfig")
|
||||||
(version "0.7.14")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -13469,7 +13469,7 @@ (define-public emacs-editorconfig
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19j2428ij7sqvrqs7rqg1mcnv9109y6drqba40dkv3vrkk5d2yia"))))
|
"1b2cpqz75pivl323bs60j5rszwi787x6vy68csycikqz9mhpmjn9"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/editorconfig/editorconfig-emacs")
|
(home-page "https://github.com/editorconfig/editorconfig-emacs")
|
||||||
(synopsis "Define and maintain consistent coding styles between different
|
(synopsis "Define and maintain consistent coding styles between different
|
||||||
|
|
Loading…
Reference in a new issue