mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: emacs-reformatter: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-reformatter): Update to 0.7.
This commit is contained in:
parent
56d189f6d5
commit
e041656917
1 changed files with 2 additions and 2 deletions
|
@ -2904,7 +2904,7 @@ (define-public emacs-ample-theme
|
|||
(define-public emacs-reformatter
|
||||
(package
|
||||
(name "emacs-reformatter")
|
||||
(version "0.6")
|
||||
(version "0.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2913,7 +2913,7 @@ (define-public emacs-reformatter
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1dfn7c3gpavpiwd73v2pasd8wd8b62dczhg9iv1cgh8vaqlsf92x"))))
|
||||
(base32 "1vm030lz489vjx1dz1jrnj7zd2b43y98rffdxyshfvxbfv1cbmyk"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/purcell/reformatter.el")
|
||||
(synopsis "Define commands which run reformatters on the current buffer")
|
||||
|
|
Loading…
Reference in a new issue