me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-aggressive-indent): Update to 1.10.0.
master
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
1 changed files with 3 additions and 3 deletions

View File

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