gnu: emacs-apheleia: Update to 3.2.

* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 3.2.
This commit is contained in:
Nicolas Goaziou 2023-03-08 15:07:04 +01:00
parent c738eef0de
commit b9e4cf55f7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5550,7 +5550,7 @@ (define-public emacs-apache-mode
(define-public emacs-apheleia
(package
(name "emacs-apheleia")
(version "3.1")
(version "3.2")
(source
(origin
(method git-fetch)
@ -5559,7 +5559,7 @@ (define-public emacs-apheleia
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1145zh7nqadgz5r2llwjwgj2aciv08mn2cpp3zlf0rf3awg86yg7"))))
(base32 "0rcga3nq1ly5xg61zv3jxgqi0krxk86c24wcrij4vzidhn0s9ncn"))))
(build-system emacs-build-system)
(home-page "https://github.com/raxod502/apheleia")
(synopsis "Reformat buffer stably")