~ruther/guix-local

c3e5888180b29d6efc104fab198247276723259e — Vinicius Monego 1 year, 2 months ago f6b26d4
gnu: xonsh: Update to 0.19.9.

* gnu/packages/shells.scm (xonsh): Update to 0.19.9.
[arguments]<#:test-flags>: Skip a new failing test.

Change-Id: Ie37d20fd6e8e6595819db5b1247734ee4af7c529
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/shells.scm
M gnu/packages/shells.scm => gnu/packages/shells.scm +3 -2
@@ 553,14 553,14 @@ ksh, and tcsh.")
(define-public xonsh
  (package
    (name "xonsh")
    (version "0.19.2")
    (version "0.19.9")
    (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "xonsh" version))
        (sha256
          (base32
           "1c30p5qvn6c2l1jq7lby86m0cg9s2k3xrbbcznpc78jlv600dpfg"))
           "0zf3fjjq0p9pngq48s8c14ywzv4b02y14vr9g93vgalqg96lrasc"))
        (modules '((guix build utils)))
        (snippet
         #~(begin


@@ 608,6 608,7 @@ ksh, and tcsh.")
                           "test_sourcefile"
                           "test_spec_decorator_alias_output_format"
                           "test_spec_modifier_alias_output_format"
                           "test_trace_in_script"
                           "test_vc_get_branch"
                           "test_xonsh_activator"
                           "test_xonsh_lexer")