mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-editorconfig: Update to 0.9.0.
* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.9.0.
This commit is contained in:
parent
7c1d07eef3
commit
6def368fe2
1 changed files with 2 additions and 2 deletions
|
@ -24679,7 +24679,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.8.2")
|
(version "0.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -24689,7 +24689,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
|
||||||
"1lqxgc24gr67yhi64i9v4w2dcjhpx99jg1kr25gr2byqkkdldkz0"))))
|
"0k1dnws3xz0xynplaar0f5dwpvdmsnqi0bnavjmvcm98jrczmk8y"))))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue