Skip to content

Commit

Permalink
Merge pull request #84911 from marsam/update-xonsh
Browse files Browse the repository at this point in the history
xonsh: 0.9.16 -> 0.9.17
  • Loading branch information
Ma27 committed Apr 10, 2020
2 parents cea352d + e4e6a84 commit a4409f7
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 @@ -8,14 +8,14 @@

python3Packages.buildPythonApplication rec {
pname = "xonsh";
version = "0.9.16";
version = "0.9.17";

# fetch from github because the pypi package ships incomplete tests
src = fetchFromGitHub {
owner = "xonsh";
repo = "xonsh";
rev = version;
sha256 = "12k6flj9lzmriy7xhhsi2cgdk75p9mhvhdndwbn50mh2ff4wbkyj";
sha256 = "0ynfnphbp69am390m5zfzk5rzj1749vs7rzyq310f6mk7xdq6j4v";
};

LC_ALL = "en_US.UTF-8";
Expand Down

0 comments on commit a4409f7

Please sign in to comment.