mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
eb48e6837b
commit
853c8549a5
1 changed files with 2 additions and 2 deletions
|
@ -29333,7 +29333,7 @@ (define-public emacs-synosaurus
|
|||
(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 @@ (define-public emacs-editorconfig
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue