guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: emacs-apheleia: Update to 3.1.


From: guix-commits
Subject: 03/07: gnu: emacs-apheleia: Update to 3.1.
Date: Sat, 12 Nov 2022 05:34:13 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit eac27d829df1945a32044898eb32138015c4cab1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Nov 12 11:23:56 2022 +0100

    gnu: emacs-apheleia: Update to 3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 3.1.
---
 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 5567fd266b..6f84ec4590 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5020,7 +5020,7 @@ This mode supports Apache HTTP Server 2.4 and major 
modules.")
 (define-public emacs-apheleia
   (package
     (name "emacs-apheleia")
-    (version "3.0")
+    (version "3.1")
     (source
      (origin
        (method git-fetch)
@@ -5029,7 +5029,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 "0fpqh4wv69msfsnv3k88cai3nbja70ab5c02xf8gwfgg3613pjdd"))))
+        (base32 "1145zh7nqadgz5r2llwjwgj2aciv08mn2cpp3zlf0rf3awg86yg7"))))
     (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]