We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92d6543 + 9c6c27b commit 516da66Copy full SHA for 516da66
pkgs/by-name/xo/xonsh/unwrapped.nix
@@ -28,15 +28,15 @@
28
29
buildPythonPackage rec {
30
pname = "xonsh";
31
- version = "0.19.2";
+ version = "0.19.3";
32
pyproject = true;
33
34
# PyPI package ships incomplete tests
35
src = fetchFromGitHub {
36
owner = "xonsh";
37
repo = "xonsh";
38
tag = version;
39
- hash = "sha256-h5WK/7PZQKHajiaj3BTHLeW4TYhSB/IV0eRZPCSD6qg=";
+ hash = "sha256-2ZxNVyONA9eFyasMK+49T98zl67/95BNfDp/gINPc1U=";
40
};
41
42
build-system = [
@@ -91,6 +91,7 @@ buildPythonPackage rec {
91
92
# https://github.com/xonsh/xonsh/issues/5569
93
"test_spec_decorator_alias_output_format"
94
+ "test_trace_in_script"
95
];
96
97
disabledTestPaths = [
0 commit comments