gnu: emacs-apheleia: Update to 4.2.

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

Change-Id: I6a78692b0e6b051cef9c2ab82db0213276802e2a
This commit is contained in:
Nicolas Goaziou 2024-08-19 20:47:46 +02:00
parent 20727f6d75
commit 5aec5f357e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6985,7 +6985,7 @@ (define-public emacs-apache-mode
(define-public emacs-apheleia
(package
(name "emacs-apheleia")
(version "4.1")
(version "4.2")
(source
(origin
(method git-fetch)
@ -6994,7 +6994,7 @@ (define-public emacs-apheleia
(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")