guix-commits
[Top][All Lists]
Advanced

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

02/16: gnu: emacs-apheleia: Update to 3.2.


From: guix-commits
Subject: 02/16: gnu: emacs-apheleia: Update to 3.2.
Date: Wed, 8 Mar 2023 09:53:53 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b9e4cf55f7d8790eebab81a3d2715e0bed409ec6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 8 15:07:04 2023 +0100

    gnu: emacs-apheleia: Update to 3.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 3.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 e3f6294b21..6e2546085c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5550,7 +5550,7 @@ This mode supports Apache HTTP Server 2.4 and major 
modules.")
 (define-public emacs-apheleia
   (package
     (name "emacs-apheleia")
-    (version "3.1")
+    (version "3.2")
     (source
      (origin
        (method git-fetch)
@@ -5559,7 +5559,7 @@ This mode supports Apache HTTP Server 2.4 and major 
modules.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1145zh7nqadgz5r2llwjwgj2aciv08mn2cpp3zlf0rf3awg86yg7"))))
+        (base32 "0rcga3nq1ly5xg61zv3jxgqi0krxk86c24wcrij4vzidhn0s9ncn"))))
     (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]