Merge pull request #69998 from r-ryantm/auto-update/xonsh

xonsh: 0.9.10 -> 0.9.11
This commit is contained in:
Mario Rodas 2019-09-29 08:03:20 -05:00 committed by GitHub
commit 8ecdc2830a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
python3Packages.buildPythonApplication rec {
pname = "xonsh";
version = "0.9.10";
version = "0.9.11";
# fetch from github because the pypi package ships incomplete tests
src = fetchFromGitHub {
owner = "xonsh";
repo = "xonsh";
rev = "refs/tags/${version}";
sha256 = "0dil7vannl8sblzz528503ich8m8g0ld0p496bgw6jjh0pzkdskc";
sha256 = "0kvq1hlmlb8k9z6z385924fcqq3sf36pmi3aqczlb90m37rwzb6d";
};
LC_ALL = "en_US.UTF-8";