mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-apheleia: Update to 3.2.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 3.2.
This commit is contained in:
parent
c738eef0de
commit
b9e4cf55f7
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue