--- Begin Message ---
Subject: |
[PATCH] gnu: emacs-editorconfig: Update to 0.8.2. |
Date: |
Sat, 14 Aug 2021 11:49:01 +0200 |
* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.8.2.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 03cc5cbf3f..a6ab5adc96 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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
base-commit: bccfcef473da6d91f2c2cd444227721013570918
--
2.32.0
--- End Message ---
--- Begin Message ---
Subject: |
Re: [bug#50055] [PATCH] gnu: emacs-editorconfig: Update to 0.8.2. |
Date: |
Sun, 15 Aug 2021 07:51:20 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello,
Xinglu Chen <public@yoctocell.xyz> writes:
> * gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.8.2.
I updated the package without noticing your patch. Sorry for the
duplicate work.
Closing.
Regards,
--
Nicolas Goaziou
--- End Message ---