python3Packages.xonsh: 0.23.7 -> 0.24.0 (#537904)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-04 17:11:36 +00:00
committed by GitHub
+2 -2
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 = [