ngz pushed a commit to branch master
in repository guix.

commit 4a9c540400a7122c6c6716b0ebbde40c2f78ff7a
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Mar 7 09:28:51 2025 +0100

    gnu: emacs-apheleia: Update to 4.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 4.4.
    
    Change-Id: Iea1a767ac746f687b209065c7323ff4a72183952
---
 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 90dad691ea..0957a6a775 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7520,7 +7520,7 @@ This mode supports Apache HTTP Server 2.4 and major 
modules.")
 (define-public emacs-apheleia
   (package
     (name "emacs-apheleia")
-    (version "4.3")
+    (version "4.4")
     (source
      (origin
        (method git-fetch)
@@ -7529,7 +7529,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 "0pw16nh2pbb33fkwk2wmr73x6z405w2acsjfli77j2j9vg4nxh52"))))
+        (base32 "1dqx5wjmaxxl3xdj0kh2q157d4x9ygfwn4fschcw9vwm5jrcph51"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/raxod502/apheleia";)
     (synopsis "Reformat buffer stably")

Reply via email to