Skip to content

Commit

Permalink
xonsh: 0.9.21 -> 0.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Sep 16, 2020
1 parent cbe0b2e commit 0561fde
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.21";
version = "0.9.22";

# fetch from github because the pypi package ships incomplete tests
src = fetchFromGitHub {
owner = "xonsh";
repo = "xonsh";
rev = version;
sha256 = "16k8506fk54krpkls374cn3vm1dp9ixi0byh5xvi3m5a4bnbvrs0";
sha256 = "04yd8y4lksmxbgl6v6bw1k32r8v5mia3sm8y9v39cgfzjbkvys1p";
};

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

0 comments on commit 0561fde

Please sign in to comment.