python312Packages.xonsh: 0.18.4 -> 0.19.0 (#363608)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-12-10 13:45:10 +00:00 committed by GitHub
commit b36e3495b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ let
argset = {
pname = "xonsh";
version = "0.18.4";
version = "0.19.0";
pyproject = true;
# PyPI package ships incomplete tests
@ -20,7 +20,7 @@ let
owner = "xonsh";
repo = "xonsh";
rev = "refs/tags/${argset.version}";
hash = "sha256-L5UwmwwM42E3l+sIBwXgMf/q5r22cUoRbE2cqM09bZA=";
hash = "sha256-rt402MKnhjC/AYz9Rm6B5RkivcVxveVW2rM/nT/xcNo=";
};
nativeBuildInputs = with pythonPackages; [