Merge pull request #98145 from marsam/update-xonsh

xonsh: 0.9.21 -> 0.9.22
This commit is contained in:
Maximilian Bosch 2020-09-17 11:46:01 +02:00 committed by GitHub
commit 6803bc6882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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