gnu: emacs-editorconfig: Update to 0.8.1.
* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.8.1.master
parent
8fbccd48b8
commit
6028914130
|
@ -16249,7 +16249,7 @@ backends, including the @command{wordnet} offline backend.")
|
||||||
(define-public emacs-editorconfig
|
(define-public emacs-editorconfig
|
||||||
(package
|
(package
|
||||||
(name "emacs-editorconfig")
|
(name "emacs-editorconfig")
|
||||||
(version "0.8.0")
|
(version "0.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16259,7 +16259,7 @@ backends, including the @command{wordnet} offline backend.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b2cpqz75pivl323bs60j5rszwi787x6vy68csycikqz9mhpmjn9"))))
|
"1djlhkap7zddknzvjsjz0agpfsms1ih05zcpg1bikid2vs4gddyr"))))
|
||||||
(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
|
||||||
|
|
Reference in New Issue