python3Packages.xonsh: 0.19.4 -> 0.19.9 (#421581)

Co-authored-by: SamLukeYes <SamLukeYes@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-02 17:31:16 +00:00 committed by GitHub
commit 1d973967d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [