diff options
author | Brian Leung <bkleung89@gmail.com> | 2019-05-27 21:06:56 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-31 10:19:18 +0200 |
commit | ea82e3b266e7bbea8065d171d44996c84d021e22 (patch) | |
tree | b78a7a18e44c1638ec6eaaaebfe4cc80b11dede6 | |
parent | 265ee14650d0207299a8dac0b857b6412f86e0c7 (diff) | |
download | patches-ea82e3b266e7bbea8065d171d44996c84d021e22.tar patches-ea82e3b266e7bbea8065d171d44996c84d021e22.tar.gz |
gnu: emacs-editorconfig: Update to 0.8.0.
* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.8.0.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
-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 2c56a7cbfc..941d3469d1 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -13459,7 +13459,7 @@ backends, including the @command{wordnet} offline backend.") (define-public emacs-editorconfig (package (name "emacs-editorconfig") - (version "0.7.14") + (version "0.8.0") (source (origin (method git-fetch) @@ -13469,7 +13469,7 @@ backends, including the @command{wordnet} offline backend.") (file-name (git-file-name name version)) (sha256 (base32 - "19j2428ij7sqvrqs7rqg1mcnv9109y6drqba40dkv3vrkk5d2yia")))) + "1b2cpqz75pivl323bs60j5rszwi787x6vy68csycikqz9mhpmjn9")))) (build-system emacs-build-system) (home-page "https://github.com/editorconfig/editorconfig-emacs") (synopsis "Define and maintain consistent coding styles between different |