diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-03-07 09:28:51 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-03-07 10:33:16 +0100 |
commit | 4a9c540400a7122c6c6716b0ebbde40c2f78ff7a (patch) | |
tree | 37a1222fe6637a9db5d3d8e896d6a859f9877e61 | |
parent | ac2190f17d15d0b4c84eb101ca55b753c8b398f2 (diff) | |
download | guix-4a9c540400a7122c6c6716b0ebbde40c2f78ff7a.tar.gz guix-4a9c540400a7122c6c6716b0ebbde40c2f78ff7a.zip |
gnu: emacs-apheleia: Update to 4.4.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 4.4.
Change-Id: Iea1a767ac746f687b209065c7323ff4a72183952
-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 90dad691ea..0957a6a775 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -7520,7 +7520,7 @@ This mode supports Apache HTTP Server 2.4 and major modules.") (define-public emacs-apheleia (package (name "emacs-apheleia") - (version "4.3") + (version "4.4") (source (origin (method git-fetch) @@ -7529,7 +7529,7 @@ This mode supports Apache HTTP Server 2.4 and major modules.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0pw16nh2pbb33fkwk2wmr73x6z405w2acsjfli77j2j9vg4nxh52")))) + (base32 "1dqx5wjmaxxl3xdj0kh2q157d4x9ygfwn4fschcw9vwm5jrcph51")))) (build-system emacs-build-system) (home-page "https://github.com/raxod502/apheleia") (synopsis "Reformat buffer stably") |