diff options
author | Vinicius Monego <monego@posteo.net> | 2024-08-23 15:05:28 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-09-02 17:42:34 -0300 |
commit | b3924e01267331ed2f8cab3bd0d4b11dde2b39ef (patch) | |
tree | 5266a2f9ea7038bacf771b8cf43ab1c933fd10c7 /gnu | |
parent | 7b9b151a0570be70d352944ed34dfae8e474d8b2 (diff) | |
download | guix-b3924e01267331ed2f8cab3bd0d4b11dde2b39ef.tar.gz guix-b3924e01267331ed2f8cab3bd0d4b11dde2b39ef.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/shells.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 030e2c38c6..ec15f9d21f 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -557,14 +557,14 @@ ksh, and tcsh.") (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 @@ ksh, and tcsh.") "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" |