ngz pushed a commit to branch master
in repository guix.
commit 5aec5f357e4b466eb05be96f58c9f29ebd80a738
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 19 20:47:46 2024 +0200
gnu: emacs-apheleia: Update to 4.2.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 4.2.
Change-Id: I6a78692b0e6b051cef9c2ab82db0213276802e2a
---
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 a6b1092fa5..ae73f43eb7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6985,7 +6985,7 @@ This mode supports Apache HTTP Server 2.4 and major
modules.")
(define-public emacs-apheleia
(package
(name "emacs-apheleia")
- (version "4.1")
+ (version "4.2")
(source
(origin
(method git-fetch)
@@ -6994,7 +6994,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 "10adk4l5090dy0as6xqv5qpgdc0vf7jy8s1nrsn3zgf6n3s3ffqb"))))
+ (base32 "1an8k1zgahsjscmdm5s4mp71afb1mf86s63vg3pc8kalj4yw9gbj"))))
(build-system emacs-build-system)
(home-page "https://github.com/raxod502/apheleia")
(synopsis "Reformat buffer stably")