From 5581893f244164d5ec60ecf237d6ca859f8c5bf5 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Wed, 24 Dec 2025 15:44:43 -0300 Subject: [PATCH] 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 --- gnu/packages/shells.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 9f628b069c..c098a47fad 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -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"