mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-apheleia: Update to 4.2.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 4.2. Change-Id: I6a78692b0e6b051cef9c2ab82db0213276802e2a
This commit is contained in:
parent
20727f6d75
commit
5aec5f357e
1 changed files with 2 additions and 2 deletions
|
@ -6985,7 +6985,7 @@ (define-public emacs-apache-mode
|
|||
(define-public emacs-apheleia
|
||||
(package
|
||||
(name "emacs-apheleia")
|
||||
(version "4.1")
|
||||
(version "4.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6994,7 +6994,7 @@ (define-public emacs-apheleia
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "10adk4l5090dy0as6xqv5qpgdc0vf7jy8s1nrsn3zgf6n3s3ffqb"))))
|
||||
(base32 "1an8k1zgahsjscmdm5s4mp71afb1mf86s63vg3pc8kalj4yw9gbj"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/raxod502/apheleia")
|
||||
(synopsis "Reformat buffer stably")
|
||||
|
|
Loading…
Reference in a new issue