Skip to content

Commit 516da66

Browse files
authored
xonsh: 0.19.2 -> 0.19.3 (#391893)
2 parents 92d6543 + 9c6c27b commit 516da66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/xo/xonsh/unwrapped.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828

2929
buildPythonPackage rec {
3030
pname = "xonsh";
31-
version = "0.19.2";
31+
version = "0.19.3";
3232
pyproject = true;
3333

3434
# PyPI package ships incomplete tests
3535
src = fetchFromGitHub {
3636
owner = "xonsh";
3737
repo = "xonsh";
3838
tag = version;
39-
hash = "sha256-h5WK/7PZQKHajiaj3BTHLeW4TYhSB/IV0eRZPCSD6qg=";
39+
hash = "sha256-2ZxNVyONA9eFyasMK+49T98zl67/95BNfDp/gINPc1U=";
4040
};
4141

4242
build-system = [
@@ -91,6 +91,7 @@ buildPythonPackage rec {
9191

9292
# https://github.com/xonsh/xonsh/issues/5569
9393
"test_spec_decorator_alias_output_format"
94+
"test_trace_in_script"
9495
];
9596

9697
disabledTestPaths = [

0 commit comments

Comments
 (0)