xonsh: 0.19.1 -> 0.19.2

This commit is contained in:
Artur Manuel
2025-02-15 18:29:01 +08:00
committed by Lin Jian
parent 392e9f60c2
commit 23c5bd55d4
+2 -2
View File
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "xonsh";
version = "0.19.1";
version = "0.19.2";
pyproject = true;
# PyPI package ships incomplete tests
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "xonsh";
repo = "xonsh";
tag = version;
hash = "sha256-20egNKlJjJO1wdy1anApz0ADBnaHPUSqhfrsPe3QQIs=";
hash = "sha256-h5WK/7PZQKHajiaj3BTHLeW4TYhSB/IV0eRZPCSD6qg=";
};
build-system = [