diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-08-19 20:47:46 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-08-19 20:47:46 +0200 |
commit | 5aec5f357e4b466eb05be96f58c9f29ebd80a738 (patch) | |
tree | dc9112645aabd828a883d1ed5775e1e30deca803 | |
parent | 20727f6d75b671d0dbda5ebda5815cec37c77852 (diff) | |
download | guix-5aec5f357e4b466eb05be96f58c9f29ebd80a738.tar guix-5aec5f357e4b466eb05be96f58c9f29ebd80a738.tar.gz |
gnu: emacs-apheleia: Update to 4.2.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 4.2.
Change-Id: I6a78692b0e6b051cef9c2ab82db0213276802e2a
-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 a6b1092fa5..ae73f43eb7 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -6985,7 +6985,7 @@ This mode supports Apache HTTP Server 2.4 and major modules.") (define-public emacs-apheleia (package (name "emacs-apheleia") - (version "4.1") + (version "4.2") (source (origin (method git-fetch) @@ -6994,7 +6994,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 "10adk4l5090dy0as6xqv5qpgdc0vf7jy8s1nrsn3zgf6n3s3ffqb")))) + (base32 "1an8k1zgahsjscmdm5s4mp71afb1mf86s63vg3pc8kalj4yw9gbj")))) (build-system emacs-build-system) (home-page "https://github.com/raxod502/apheleia") (synopsis "Reformat buffer stably") |