guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-apheleia: Update to 1.1.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-apheleia: Update to 1.1.2.
Date: Sun, 10 Oct 2021 03:49:09 -0400

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 3c46339  gnu: emacs-apheleia: Update to 1.1.2.
3c46339 is described below

commit 3c46339a70bf57be0ade9ac93630b36309097560
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Oct 10 09:48:33 2021 +0200

    gnu: emacs-apheleia: Update to 1.1.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 1.1.2.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 49b6488..fe2646a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4213,7 +4213,7 @@ the URL for a commit.  URLs are added to the kill ring.")
 (define-public emacs-apheleia
   (package
     (name "emacs-apheleia")
-    (version "1.0")
+    (version "1.1.2")
     (source
      (origin
        (method git-fetch)
@@ -4222,7 +4222,7 @@ the URL for a commit.  URLs are added to the kill ring.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "04pls7zahy4jfkikv6fvd9vfpm4glhyanmmkx79hgi9pwdv966rf"))))
+        (base32 "0f2dqid4h0psdyx3p18c7xn7nf8zr6y4qq98yvyjfbwq5lcjk4rn"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/raxod502/apheleia";)
     (synopsis "Reformat buffer stably")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]