This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0c4aa3b  gnu: emacs-reformatter: Update to 0.6.
0c4aa3b is described below

commit 0c4aa3beac68ad46a825ed558ae5137bcccab101
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Oct 27 22:54:42 2020 +0100

    gnu: emacs-reformatter: Update to 0.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-reformatter): Update to 0.6.
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a98600c..827580a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")

Reply via email to