diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-12-29 15:03:17 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-12-29 15:03:17 +0100 |
commit | af02fa76b6c0e728be404075202c09d8007958d3 (patch) | |
tree | 1bcd8089eaa45dae06f3632482bbb1314085591a /gnu/packages/emacs-xyz.scm | |
parent | 7281bb071ef610de7f41251ca7a5c7588c7a697a (diff) |
gnu: emacs-apheleia: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 1.2.
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index c1fb799252..d1b96ca43f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -4163,7 +4163,7 @@ the URL for a commit. URLs are added to the kill ring.") (define-public emacs-apheleia (package (name "emacs-apheleia") - (version "1.1.2") + (version "1.2") (source (origin (method git-fetch) @@ -4172,7 +4172,7 @@ the URL for a commit. URLs are added to the kill ring.") (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") |