mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-apheleia: Update to 4.3.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 4.3. Change-Id: I7ba1e7225ebbcb65ae1fec3a4b9276e99c5e1581
This commit is contained in:
parent
fc54ff61ff
commit
0e380e3e14
1 changed files with 2 additions and 2 deletions
|
@ -7259,7 +7259,7 @@ (define-public emacs-apache-mode
|
|||
(define-public emacs-apheleia
|
||||
(package
|
||||
(name "emacs-apheleia")
|
||||
(version "4.2")
|
||||
(version "4.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -7268,7 +7268,7 @@ (define-public emacs-apheleia
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1an8k1zgahsjscmdm5s4mp71afb1mf86s63vg3pc8kalj4yw9gbj"))))
|
||||
(base32 "0pw16nh2pbb33fkwk2wmr73x6z405w2acsjfli77j2j9vg4nxh52"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/raxod502/apheleia")
|
||||
(synopsis "Reformat buffer stably")
|
||||
|
|
Loading…
Reference in a new issue