gnu: emacs-apheleia: Update to 3.1.

* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 3.1.
This commit is contained in:
Nicolas Goaziou 2022-11-12 11:23:56 +01:00
parent ec7c888f0a
commit eac27d829d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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