gnu: emacs-editorconfig: Update to 0.8.1.

* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.8.1.
This commit is contained in:
Brian Leung 2019-10-22 01:16:06 -07:00
parent 8fbccd48b8
commit 6028914130
No known key found for this signature in database
GPG key ID: 3ADC75F013D678F9

View file

@ -16249,7 +16249,7 @@ (define-public emacs-synosaurus
(define-public emacs-editorconfig
(package
(name "emacs-editorconfig")
(version "0.8.0")
(version "0.8.1")
(source
(origin
(method git-fetch)
@ -16259,7 +16259,7 @@ (define-public emacs-editorconfig
(file-name (git-file-name name version))
(sha256
(base32
"1b2cpqz75pivl323bs60j5rszwi787x6vy68csycikqz9mhpmjn9"))))
"1djlhkap7zddknzvjsjz0agpfsms1ih05zcpg1bikid2vs4gddyr"))))
(build-system emacs-build-system)
(home-page "https://github.com/editorconfig/editorconfig-emacs")
(synopsis "Define and maintain consistent coding styles between different