gnu: emacs-editorconfig: Update to 0.10.1.

* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.10.1.
This commit is contained in:
Nicolas Goaziou 2023-05-21 12:10:55 +02:00
parent adf91d2bf4
commit 0906540329
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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