mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: xonsh: Update to 0.18.3.
* gnu/packages/shells.scm (xonsh): Update to 0.18.3. [arguments]: Skip more failing tests. Change-Id: I6906cad3b04e81b2424e3f014a9165bb530391eb
This commit is contained in:
parent
7b9b151a05
commit
b3924e0126
1 changed files with 4 additions and 2 deletions
|
@ -557,14 +557,14 @@ (define-public zsh
|
|||
(define-public xonsh
|
||||
(package
|
||||
(name "xonsh")
|
||||
(version "0.18.2")
|
||||
(version "0.18.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "xonsh" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fx5ywsckwdxk4l5dmaf12z1b4nfd4zqdx5gapc11hhl9waks1y5"))
|
||||
"0pvra253inzlw3rsplifqk953vvb92zh453m30v0hzp7yz9k0xp5"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
@ -604,8 +604,10 @@ (define-public xonsh
|
|||
"test_parser_show"
|
||||
"test_printfile"
|
||||
"test_printname"
|
||||
"test_ptk_prompt"
|
||||
"test_quote_handling"
|
||||
"test_script"
|
||||
"test_shebang_cr"
|
||||
"test_skipper_command"
|
||||
"test_sourcefile"
|
||||
"test_spec_decorator_alias_output_format"
|
||||
|
|
Loading…
Reference in a new issue