guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 252b02275aad6a64b2034e29d61a600986230462
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Dec 5 16:23:42 2025 +0100
gnu: emacs-apheleia: Update to 4.4.2.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 4.4.2.
Change-Id: Ia9ca4fcb4201c097d94f7be83bdd45c20e0aabf3
---
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 e302e623d7..7f278cbd9d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8711,7 +8711,7 @@ This mode supports Apache HTTP Server 2.4 and major
modules.")
(define-public emacs-apheleia
(package
(name "emacs-apheleia")
- (version "4.4.1")
+ (version "4.4.2")
(source
(origin
(method git-fetch)
@@ -8720,7 +8720,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 "06zbl4syvk05qh57mlzwyw9avyag26yirw99b9l3z0fxcmyn8l39"))))
+ (base32 "1ldj6cny88b7j0jspv68sw5z9jpfpqimavmbnhcbq7gmc6xlbmvz"))))
(build-system emacs-build-system)
(native-inputs (list emacs-buttercup))
(home-page "https://github.com/raxod502/apheleia")