From 834c647bf2157291f9b7a6e77c8141582c6c34da Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Mon, 27 May 2019 21:06:56 +0200
Subject: [PATCH 2/2] gnu: emacs-editorconfig: Update to 0.8.0.
* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.8.0.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -13409,7 +13409,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)
@@ -13419,7 +13419,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
--
2.21.0