summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2025-12-24 15:44:43 -0300
committerVinicius Monego <monego@posteo.net>2026-03-22 13:05:33 -0300
commit5581893f244164d5ec60ecf237d6ca859f8c5bf5 (patch)
tree01890d97fdcdd4644ee8d6eb99fddb2713eaf53b /gnu
parente38805e5bbb5b00ab5cc98dba38670bb84225779 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/shells.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 9f628b069ca..c098a47fad4 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"