xonsh: 0.13.4 -> 0.14.0

This commit is contained in:
Greg Hellings 2023-06-13 11:59:05 -05:00
parent a7cfdb5f1e
commit b206f4db2c

View file

@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "xonsh";
version = "0.13.4";
version = "0.14.0";
# fetch from github because the pypi package ships incomplete tests
src = fetchFromGitHub {
owner = "xonsh";
repo = "xonsh";
rev = "refs/tags/${version}";
sha256 = "sha256-/u8jA7sLy3N8483uIzqBeSxEAGhX7+XS4D14n+15JHU=";
sha256 = "sha256-ZrPKKa/vl06QAjGr16ZzKF/DAByFHr6ze2WVOCa+wf8=";
};
LC_ALL = "en_US.UTF-8";