me
/
guix
Archived
1
0
Fork 0

gnu: emacs-editorconfig: Update to 0.8.1.

* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.8.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -16249,7 +16249,7 @@ backends, including the @command{wordnet} offline backend.")
(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 @@ backends, including the @command{wordnet} offline backend.")
(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