mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-apheleia: Update to 4.1.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 4.1. Change-Id: I725c6296176e6630e86ded898b6edc27405c6acd
This commit is contained in:
parent
d56c7fba42
commit
13689cafaa
1 changed files with 2 additions and 2 deletions
|
@ -6675,7 +6675,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 "4.0")
|
(version "4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6684,7 +6684,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 "0afv75w028v59qf777nrf57xj9yaz3jj2bixfmkgiqrn1wii9pm6"))))
|
(base32 "10adk4l5090dy0as6xqv5qpgdc0vf7jy8s1nrsn3zgf6n3s3ffqb"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue