gnu: emacs-apheleia: Update to 1.2.

* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 1.2.
This commit is contained in:
Nicolas Goaziou 2021-12-29 15:03:17 +01:00
parent 7281bb071e
commit af02fa76b6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4163,7 +4163,7 @@ (define-public emacs-git-link
(define-public emacs-apheleia (define-public emacs-apheleia
(package (package
(name "emacs-apheleia") (name "emacs-apheleia")
(version "1.1.2") (version "1.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4172,7 +4172,7 @@ (define-public emacs-apheleia
(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 "0f2dqid4h0psdyx3p18c7xn7nf8zr6y4qq98yvyjfbwq5lcjk4rn")))) (base32 "06i912zybc6c1djb9xqfqydl6achgxsmx6hjy50y9lxc0f2p5py9"))))
(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")