python3Packages.xonsh: 0.19.4 -> 0.19.9

(cherry picked from commit 297f585267)
This commit is contained in:
R. Ryantm
2025-07-01 18:35:16 +00:00
committed by github-actions[bot]
parent 628f7826b7
commit 532ef10bf8

View File

@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "xonsh";
version = "0.19.4";
version = "0.19.9";
pyproject = true;
# PyPI package ships incomplete tests
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "xonsh";
repo = "xonsh";
tag = version;
hash = "sha256-gOk0BZNuKsEzs72Lukq7+7vltmtPE75gEs+JyLqBDdc=";
hash = "sha256-7A6V2lfJHpjrp3AWSnfNuvPy02GvjNUXZqBBSomHJew=";
};
build-system = [