Merge pull request #62194 from dtzWill/update/xonsh-0.9.4

xonsh: 0.9.0 -> 0.9.4
This commit is contained in:
Elis Hirwing 2019-05-29 08:31:25 +02:00 committed by GitHub
commit 4cdc1d3a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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";