me
/
guix
Archived
1
0
Fork 0

gnu: emacs-apheleia: Update to 3.1.

* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 3.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

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