me
/
guix
Archived
1
0
Fork 0

gnu: emacs-editorconfig: Update to 0.8.2.

* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.8.2.
Nicolas Goaziou 2021-08-15 07:47:29 +02:00
parent ee467c853a
commit a5a8da3f23
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -21985,7 +21985,7 @@ backends, including the @command{wordnet} offline backend.")
(define-public emacs-editorconfig
(package
(name "emacs-editorconfig")
(version "0.8.1")
(version "0.8.2")
(source
(origin
(method git-fetch)
@ -21995,7 +21995,7 @@ backends, including the @command{wordnet} offline backend.")
(file-name (git-file-name name version))
(sha256
(base32
"1djlhkap7zddknzvjsjz0agpfsms1ih05zcpg1bikid2vs4gddyr"))))
"1lqxgc24gr67yhi64i9v4w2dcjhpx99jg1kr25gr2byqkkdldkz0"))))
(build-system emacs-build-system)
(home-page "https://github.com/editorconfig/editorconfig-emacs")
(synopsis "Define and maintain consistent coding styles between different