gnu: emacs-editorconfig: Update to 0.11.0.

* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.11.0.

Change-Id: Ifd29f4a388fab893586237e1f24d729e357ab308
This commit is contained in:
Nicolas Goaziou 2024-06-18 23:17:48 +02:00
parent eb48e6837b
commit 853c8549a5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -29333,7 +29333,7 @@ backends, including the @command{wordnet} offline backend.")
(define-public emacs-editorconfig
(package
(name "emacs-editorconfig")
(version "0.10.1")
(version "0.11.0")
(source
(origin
(method git-fetch)
@ -29343,7 +29343,7 @@ backends, including the @command{wordnet} offline backend.")
(file-name (git-file-name name version))
(sha256
(base32
"1hwqhfm32sg4y0l0yn7378vjb6icgd92lkazy2z6dmnks5sbz0a3"))))
"0bqwmh4lcnbn5gcn38qg4jjfs9bfkbr4dj4dafglgds6a5lhznws"))))
(build-system emacs-build-system)
(home-page "https://github.com/editorconfig/editorconfig-emacs")
(synopsis "Define and maintain consistent coding styles between different