mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-reformatter: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-reformatter): Update to 0.6.
This commit is contained in:
parent
697964ef65
commit
0c4aa3beac
1 changed files with 2 additions and 3 deletions
|
@ -1349,7 +1349,7 @@ terminals.")
|
||||||
(define-public emacs-reformatter
|
(define-public emacs-reformatter
|
||||||
(package
|
(package
|
||||||
(name "emacs-reformatter")
|
(name "emacs-reformatter")
|
||||||
(version "0.4")
|
(version "0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1358,8 +1358,7 @@ terminals.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1dfn7c3gpavpiwd73v2pasd8wd8b62dczhg9iv1cgh8vaqlsf92x"))))
|
||||||
"0hhy6x1bkwlhdlarsgm06g3am4yh02yqv8qs34szpzgy53x84qah"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/purcell/reformatter.el")
|
(home-page "https://github.com/purcell/reformatter.el")
|
||||||
(synopsis "Define commands which run reformatters on the current buffer")
|
(synopsis "Define commands which run reformatters on the current buffer")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue