Merge pull request #64715 from Emiller88/fix/xonsh-update

xonsh: 0.9.6 -> 0.9.8
This commit is contained in:
Maximilian Bosch 2019-07-28 10:02:18 +02:00 committed by GitHub
commit c954e00a51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "xonsh";
version = "0.9.6";
version = "0.9.8";
# fetch from github because the pypi package ships incomplete tests
src = fetchFromGitHub {
owner = "scopatz";
owner = "xonsh";
repo = "xonsh";
rev = "refs/tags/${version}";
sha256 = "0lnvx1kdk1nwv988wrxyvbzb25xawz517amvi4pwzs22bymcdhws";