xonsh: 0.9.6 -> 0.9.8

Update to correct repo, since a group was created
This commit is contained in:
Edmund Miller 2019-07-13 13:33:04 -05:00
parent 5236c81af4
commit 3335b49f09
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

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