xonsh: 0.9.6 -> 0.9.8
Update to correct repo, since a group was created
This commit is contained in:
parent
5236c81af4
commit
3335b49f09
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user