gnu: emacs-aggressive-indent: Update to 1.10.0.

* gnu/packages/emacs-xyz.scm (emacs-aggressive-indent): Update to 1.10.0.
This commit is contained in:
Nicolas Goaziou 2021-07-25 21:29:36 +02:00
parent edca830c32
commit b81ab18404
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2352,14 +2352,14 @@ (define-public emacs-bluetooth
(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")