guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/53: gnu: emacs-apheleia: Update to 4.0.


From: guix-commits
Subject: 09/53: gnu: emacs-apheleia: Update to 4.0.
Date: Mon, 1 Jan 2024 20:26:01 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 0306d83bed41accd5a17382fee15ce5403dffc53
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 18:29:02 2024 +0100

    gnu: emacs-apheleia: Update to 4.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 4.0.
    
    Change-Id: I2d61a20e434400f8dbae7d33894ab6f6134c9630
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 023afb05b9..18342e07b7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]