Skip to content

Commit

Permalink
Merge pull request NixOS#64715 from Emiller88/fix/xonsh-update
Browse files Browse the repository at this point in the history
xonsh: 0.9.6 -> 0.9.8
  • Loading branch information
Ma27 authored Jul 28, 2019
2 parents 15564fb + 3335b49 commit c954e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/shells/xonsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit c954e00

Please sign in to comment.