mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
edca830c32
commit
b81ab18404
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue