~ruther/guix-local

768a2dbc7a20f3759b79cfcad30a7b23f0a53d34 — gemmaro 1 year, 1 month ago 5b10f8c
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>
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +3 -2
@@ 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")