python3Packages.xonsh: 0.20.0 -> 0.22.7

This commit is contained in:
R. Ryantm
2026-03-12 22:16:45 +00:00
parent a6ef64ca72
commit de894f0bf6
+2 -2
View File
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "xonsh";
version = "0.20.0";
version = "0.22.7";
pyproject = true;
# PyPI package ships incomplete tests
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "xonsh";
repo = "xonsh";
tag = version;
hash = "sha256-Wd75BMJUi8JfiBM1gekylR4+qJOQm3k3vqJILOr0xnE=";
hash = "sha256-2Gvd7jOKhouorE8wH4FaWlaw8y1h4uf/Z+sYWO96Vps=";
};
build-system = [