mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -05:00
gnu: emacs-apheleia: Update to 3.1.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 3.1.
This commit is contained in:
parent
ec7c888f0a
commit
eac27d829d
1 changed files with 2 additions and 2 deletions
|
@ -5020,7 +5020,7 @@ (define-public emacs-apache-mode
|
||||||
(define-public emacs-apheleia
|
(define-public emacs-apheleia
|
||||||
(package
|
(package
|
||||||
(name "emacs-apheleia")
|
(name "emacs-apheleia")
|
||||||
(version "3.0")
|
(version "3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5029,7 +5029,7 @@ (define-public emacs-apheleia
|
||||||
(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 "0fpqh4wv69msfsnv3k88cai3nbja70ab5c02xf8gwfgg3613pjdd"))))
|
(base32 "1145zh7nqadgz5r2llwjwgj2aciv08mn2cpp3zlf0rf3awg86yg7"))))
|
||||||
(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…
Reference in a new issue