gnu: emacs-apheleia: Update to 3.0.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 3.0.
This commit is contained in:
parent
fe24e0c29c
commit
ca3ba07b17
1 changed files with 2 additions and 2 deletions
|
@ -4612,7 +4612,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 "1.2")
|
(version "3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4621,7 +4621,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 "06i912zybc6c1djb9xqfqydl6achgxsmx6hjy50y9lxc0f2p5py9"))))
|
(base32 "0fpqh4wv69msfsnv3k88cai3nbja70ab5c02xf8gwfgg3613pjdd"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue