gnu: emacs-reformatter: Update to 0.6.

* gnu/packages/emacs-xyz.scm (emacs-reformatter): Update to 0.6.
This commit is contained in:
Nicolas Goaziou 2020-10-27 22:54:42 +01:00
parent 697964ef65
commit 0c4aa3beac
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1349,7 +1349,7 @@ terminals.")
(define-public emacs-reformatter
(package
(name "emacs-reformatter")
(version "0.4")
(version "0.6")
(source
(origin
(method git-fetch)
@ -1358,8 +1358,7 @@ terminals.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0hhy6x1bkwlhdlarsgm06g3am4yh02yqv8qs34szpzgy53x84qah"))))
(base32 "1dfn7c3gpavpiwd73v2pasd8wd8b62dczhg9iv1cgh8vaqlsf92x"))))
(build-system emacs-build-system)
(home-page "https://github.com/purcell/reformatter.el")
(synopsis "Define commands which run reformatters on the current buffer")