~ruther/guix-local

252b02275aad6a64b2034e29d61a600986230462 — Nicolas Goaziou 10 months ago ce73e6e
gnu: emacs-apheleia: Update to 4.4.2.

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

Change-Id: Ia9ca4fcb4201c097d94f7be83bdd45c20e0aabf3
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 8711,7 8711,7 @@ This mode supports Apache HTTP Server 2.4 and major modules.")
(define-public emacs-apheleia
  (package
    (name "emacs-apheleia")
    (version "4.4.1")
    (version "4.4.2")
    (source
     (origin
       (method git-fetch)


@@ 8720,7 8720,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 "06zbl4syvk05qh57mlzwyw9avyag26yirw99b9l3z0fxcmyn8l39"))))
        (base32 "1ldj6cny88b7j0jspv68sw5z9jpfpqimavmbnhcbq7gmc6xlbmvz"))))
    (build-system emacs-build-system)
    (native-inputs (list emacs-buttercup))
    (home-page "https://github.com/raxod502/apheleia")