guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-apheleia: Update to 3.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-apheleia: Update to 3.0.
Date: Wed, 06 Jul 2022 14:30:33 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ca3ba07b17 gnu: emacs-apheleia: Update to 3.0.
ca3ba07b17 is described below

commit ca3ba07b1703b3b4078f8ff90fb36ba88c427ede
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 6 20:30:07 2022 +0200

    gnu: emacs-apheleia: Update to 3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 3.0.
---
 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 891d858c4e..927a7896b8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4612,7 +4612,7 @@ This mode supports Apache HTTP Server 2.4 and major 
modules.")
 (define-public emacs-apheleia
   (package
     (name "emacs-apheleia")
-    (version "1.2")
+    (version "3.0")
     (source
      (origin
        (method git-fetch)
@@ -4621,7 +4621,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 "06i912zybc6c1djb9xqfqydl6achgxsmx6hjy50y9lxc0f2p5py9"))))
+        (base32 "0fpqh4wv69msfsnv3k88cai3nbja70ab5c02xf8gwfgg3613pjdd"))))
     (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]