gnu: emacs-apheleia: Update to 4.3.

* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 4.3.

Change-Id: I7ba1e7225ebbcb65ae1fec3a4b9276e99c5e1581
This commit is contained in:
Nicolas Goaziou 2024-12-24 10:59:33 +01:00
parent fc54ff61ff
commit 0e380e3e14
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7259,7 +7259,7 @@ (define-public emacs-apache-mode
(define-public emacs-apheleia
(package
(name "emacs-apheleia")
(version "4.2")
(version "4.3")
(source
(origin
(method git-fetch)
@ -7268,7 +7268,7 @@ (define-public emacs-apheleia
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1an8k1zgahsjscmdm5s4mp71afb1mf86s63vg3pc8kalj4yw9gbj"))))
(base32 "0pw16nh2pbb33fkwk2wmr73x6z405w2acsjfli77j2j9vg4nxh52"))))
(build-system emacs-build-system)
(home-page "https://github.com/raxod502/apheleia")
(synopsis "Reformat buffer stably")