1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: xonsh: Update to 0.22.8.

* gnu/packages/shells.scm (xonsh): Update to 0.22.8.
[arguments]<#:test-flags>: Skip two more failing tests.

Change-Id: Ie2de9c2b713e5563bc4e22a688b252e4d8afb5b8
This commit is contained in:
Vinicius Monego
2025-12-24 15:44:43 -03:00
parent e38805e5bb
commit 5581893f24

View File

@@ -615,14 +615,14 @@ ksh, and tcsh.")
(define-public xonsh
(package
(name "xonsh")
(version "0.19.9")
(version "0.22.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "xonsh" version))
(sha256
(base32
"0zf3fjjq0p9pngq48s8c14ywzv4b02y14vr9g93vgalqg96lrasc"))
"1372kg9kp7z7mw0k1f5l93jqyyyc1mmr3hx7557ynm8n5y1ggvay"))
(modules '((guix build utils)))
(snippet
#~(begin
@@ -660,7 +660,9 @@ ksh, and tcsh.")
"test_complete_dots"
"test_dirty_working_directory"
"test_equal_sign_arg"
"test_loading_correctly"
"test_man_completion"
"test_on_command_not_found_replacement"
"test_parser_show"
"test_printfile"
"test_printname"