mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: emacs-indent-bars: Update to 0.9.1.
* gnu/packages/emacs-xyz.scm (emacs-indent-bars): Update to 0.9.1. [arguments]<#:tests?>: Disable tests. Change-Id: I5c7de596ed68bf9fda0ec6254549abb54a18e83f Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
5b10f8c099
commit
768a2dbc7a
1 changed files with 3 additions and 2 deletions
|
@ -17492,15 +17492,16 @@ names, e.g., @samp{#0000ff} is displayed in white with a blue background.")
|
|||
(define-public emacs-indent-bars
|
||||
(package
|
||||
(name "emacs-indent-bars")
|
||||
(version "0.8.2")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/indent-bars-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32 "1bhdrykkklsscgiz3p29x8kdkw0kbc4mlpnhxghvphx159clhgym"))))
|
||||
(base32 "1jb0jhfin728ld703y392gy99is7jywqak3z2xrrvpmn9q17q8vs"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ;No tests.
|
||||
(propagated-inputs (list emacs-compat))
|
||||
(home-page "https://github.com/jdtsmith/indent-bars")
|
||||
(synopsis "Highlight indentation with bars")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue