xonsh: 0.9.0 -> 0.9.4

This commit is contained in:
Will Dietz 2019-05-25 13:39:33 -05:00
parent eb9a9bb22a
commit 8fc3b6a7fa
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

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