me
/
guix
Archived
1
0
Fork 0

gnu: emacs-apheleia: Update to 4.0.

* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 4.0.

Change-Id: I2d61a20e434400f8dbae7d33894ab6f6134c9630
master
Nicolas Goaziou 2024-01-01 18:29:02 +01:00
parent 30a7f0212a
commit 0306d83bed
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -6504,7 +6504,7 @@ This mode supports Apache HTTP Server 2.4 and major modules.")
(define-public emacs-apheleia
(package
(name "emacs-apheleia")
(version "3.2")
(version "4.0")
(source
(origin
(method git-fetch)
@ -6513,7 +6513,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 "0rcga3nq1ly5xg61zv3jxgqi0krxk86c24wcrij4vzidhn0s9ncn"))))
(base32 "0afv75w028v59qf777nrf57xj9yaz3jj2bixfmkgiqrn1wii9pm6"))))
(build-system emacs-build-system)
(home-page "https://github.com/raxod502/apheleia")
(synopsis "Reformat buffer stably")