Merge pull request #61452 from r-ryantm/auto-update/xonsh

xonsh: 0.8.12 -> 0.9.0
This commit is contained in:
Renaud
2019-05-14 19:49:15 +02:00
committed by GitHub

View File

@@ -2,14 +2,14 @@
python3Packages.buildPythonApplication rec {
pname = "xonsh";
version = "0.8.12";
version = "0.9.0";
# fetch from github because the pypi package ships incomplete tests
src = fetchFromGitHub {
owner = "scopatz";
repo = "xonsh";
rev = "refs/tags/${version}";
sha256 = "1p8slx8nk15vyyzwc9ic50py0amk9p9nggp1973wfas0fxsg1r4f";
sha256 = "1833xqw5y65cv3c71skqix1xh3qqgv1kps1500cczpyrc8daka23";
};
LC_ALL = "en_US.UTF-8";