1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 02:21:49 +02:00

gnu: emacs-reformatter: Update to 0.7.

* gnu/packages/emacs-xyz.scm (emacs-reformatter): Update to 0.7.
This commit is contained in:
Nicolas Goaziou
2023-09-01 22:03:23 +02:00
parent 56d189f6d5
commit e041656917
+2 -2
View File
@@ -2904,7 +2904,7 @@ terminals.")
(define-public emacs-reformatter
(package
(name "emacs-reformatter")
(version "0.6")
(version "0.7")
(source
(origin
(method git-fetch)
@@ -2913,7 +2913,7 @@ terminals.")
(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")