xonsh: 0.9.21 -> 0.9.22

https://github.com/xonsh/xonsh/releases/tag/0.9.22
This commit is contained in:
Mario Rodas 2020-09-16 18:00:00 -05:00
parent cbe0b2e2c5
commit 0561fdef05

View file

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