guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-aggressive-indent: Update to 1.10.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-aggressive-indent: Update to 1.10.0.
Date: Sun, 25 Jul 2021 15:30:08 -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 b81ab18  gnu: emacs-aggressive-indent: Update to 1.10.0.
b81ab18 is described below

commit b81ab18404a684817166dbac260e5a8c68b35389
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 25 21:29:36 2021 +0200

    gnu: emacs-aggressive-indent: Update to 1.10.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-aggressive-indent): Update to 1.10.0.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d110e05..61a0fa1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2352,14 +2352,14 @@ also includes a pairing agent.")
 (define-public emacs-aggressive-indent
   (package
     (name "emacs-aggressive-indent")
-    (version "1.8.3")
+    (version "1.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://elpa.gnu.org/packages/";
-                                  "aggressive-indent-" version ".el"))
+                                  "aggressive-indent-" version ".tar"))
               (sha256
                (base32
-                "0jnzccl50x0wapprgwxinp99pwwa6j43q6msn4gv437j7swy8wnj"))))
+                "166jk1z0vw481lfi3gbg7f9vsgwfv8fiyxpkfphgvgcmf5phv4q1"))))
     (build-system emacs-build-system)
     (home-page "https://elpa.gnu.org/packages/aggressive-indent.html";)
     (synopsis "Minor mode to aggressively keep your code always indented")



reply via email to

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