mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: emacs-apheleia: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 1.2.
This commit is contained in:
parent
7281bb071e
commit
af02fa76b6
1 changed files with 2 additions and 2 deletions
|
@ -4163,7 +4163,7 @@ (define-public emacs-git-link
|
|||
(define-public emacs-apheleia
|
||||
(package
|
||||
(name "emacs-apheleia")
|
||||
(version "1.1.2")
|
||||
(version "1.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4172,7 +4172,7 @@ (define-public emacs-apheleia
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0f2dqid4h0psdyx3p18c7xn7nf8zr6y4qq98yvyjfbwq5lcjk4rn"))))
|
||||
(base32 "06i912zybc6c1djb9xqfqydl6achgxsmx6hjy50y9lxc0f2p5py9"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/raxod502/apheleia")
|
||||
(synopsis "Reformat buffer stably")
|
||||
|
|
Loading…
Reference in a new issue