python312Packages.xonsh: 0.18.3 -> 0.18.4 (#353275)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-11-04 00:14:20 +00:00 committed by GitHub
commit b90f2b68c3
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.3";
version = "0.18.4";
pyproject = true;
# PyPI package ships incomplete tests
@ -20,7 +20,7 @@ let
owner = "xonsh";
repo = "xonsh";
rev = "refs/tags/${argset.version}";
hash = "sha256-MJTsYnuFENHLDDMIWcs0IRcBmWs4XyfDWDG7AY2P6cM=";
hash = "sha256-L5UwmwwM42E3l+sIBwXgMf/q5r22cUoRbE2cqM09bZA=";
};
nativeBuildInputs = with pythonPackages; [