python3Packages.xonsh: 0.23.7 -> 0.24.0

This commit is contained in:
R. Ryantm 2026-07-02 18:34:09 +00:00
commit 160afeb563

View file

@ -35,7 +35,7 @@
buildPythonPackage rec {
pname = "xonsh";
version = "0.23.7";
version = "0.24.0";
pyproject = true;
# PyPI package ships incomplete tests
@ -43,7 +43,7 @@ buildPythonPackage rec {
owner = "xonsh";
repo = "xonsh";
tag = version;
hash = "sha256-KKkHqaAHnj1WMeJPrvpNXwXZ6c/V6SIIfoLYytY4kPY";
hash = "sha256-lavVT3NRsBtf6efTeZOeFwPiS7VZvsCjVZiQhl17zkE=";
};
build-system = [