mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-apheleia: Update to 4.4.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 4.4. Change-Id: Iea1a767ac746f687b209065c7323ff4a72183952
This commit is contained in:
parent
ac2190f17d
commit
4a9c540400
1 changed files with 2 additions and 2 deletions
|
@ -7520,7 +7520,7 @@ This mode supports Apache HTTP Server 2.4 and major modules.")
|
|||
(define-public emacs-apheleia
|
||||
(package
|
||||
(name "emacs-apheleia")
|
||||
(version "4.3")
|
||||
(version "4.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -7529,7 +7529,7 @@ This mode supports Apache HTTP Server 2.4 and major modules.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0pw16nh2pbb33fkwk2wmr73x6z405w2acsjfli77j2j9vg4nxh52"))))
|
||||
(base32 "1dqx5wjmaxxl3xdj0kh2q157d4x9ygfwn4fschcw9vwm5jrcph51"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/raxod502/apheleia")
|
||||
(synopsis "Reformat buffer stably")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue