[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/38: gnu: emacs-editorconfig: Update to 0.10.1.
From: |
guix-commits |
Subject: |
07/38: gnu: emacs-editorconfig: Update to 0.10.1. |
Date: |
Sun, 21 May 2023 08:55:19 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 09065403297c5eb48e712ea8f4080535863e1581
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 21 12:10:55 2023 +0200
gnu: emacs-editorconfig: Update to 0.10.1.
* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.10.1.
---
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 d41e39b3db..29d25aa9ca 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27068,7 +27068,7 @@ backends, including the @command{wordnet} offline
backend.")
(define-public emacs-editorconfig
(package
(name "emacs-editorconfig")
- (version "0.9.1")
+ (version "0.10.1")
(source
(origin
(method git-fetch)
@@ -27078,7 +27078,7 @@ backends, including the @command{wordnet} offline
backend.")
(file-name (git-file-name name version))
(sha256
(base32
- "1v8x649r9b0ihnhddkkfb8ck21z2hr3swgczwgzwdk0ys6pl89my"))))
+ "1hwqhfm32sg4y0l0yn7378vjb6icgd92lkazy2z6dmnks5sbz0a3"))))
(build-system emacs-build-system)
(home-page "https://github.com/editorconfig/editorconfig-emacs")
(synopsis "Define and maintain consistent coding styles between different
- branch master updated (c15ae77bbc -> e499cb2c12), guix-commits, 2023/05/21
- 04/38: gnu: emacs-vundo: Update to 2.1.0., guix-commits, 2023/05/21
- 12/38: gnu: emacs-ement: Update to 0.9.3., guix-commits, 2023/05/21
- 07/38: gnu: emacs-editorconfig: Update to 0.10.1.,
guix-commits <=
- 11/38: gnu: emacs-elpher: Update to 3.5.0., guix-commits, 2023/05/21
- 13/38: gnu: emacs-find-file-in-project: Update to 6.2.1., guix-commits, 2023/05/21
- 14/38: gnu: emacs-ghq: Update to 0.2.0., guix-commits, 2023/05/21
- 15/38: gnu: emacs-ghq: Do not propagate ghq., guix-commits, 2023/05/21
- 16/38: gnu: emacs-ghub: Update to 3.6.0., guix-commits, 2023/05/21
- 18/38: gnu: emacs-gptel: Update to 0.3.6., guix-commits, 2023/05/21
- 03/38: gnu: emacs-excorporate: Update to 1.1.0., guix-commits, 2023/05/21
- 01/38: gnu: emacs-soap-client: Update to 3.2.3., guix-commits, 2023/05/21
- 02/38: gnu: Add emacs-url-http-oauth., guix-commits, 2023/05/21
- 06/38: gnu: emacs-beframe: Update to 0.3.0., guix-commits, 2023/05/21