diff options
author | Brian Leung <leungbk@mailfence.com> | 2019-10-22 01:16:06 -0700 |
---|---|---|
committer | Brian Leung <leungbk@mailfence.com> | 2019-10-22 13:29:45 -0700 |
commit | 60289141303683015136a542a5758434d6a7eb44 (patch) | |
tree | 972bed9b7e21a6896708762809bff5eddea207be | |
parent | 8fbccd48b81bfbb8f09d22ae58a26d76ad6064c9 (diff) | |
download | patches-60289141303683015136a542a5758434d6a7eb44.tar patches-60289141303683015136a542a5758434d6a7eb44.tar.gz |
gnu: emacs-editorconfig: Update to 0.8.1.
* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.8.1.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 307b15c583..32809070ba 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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 |