xonsh: 0.9.8 → 0.9.9 (#65701)

xonsh: 0.9.8 → 0.9.9
This commit is contained in:
Jörg Thalheim 2019-08-01 11:29:53 +01:00 committed by GitHub
commit a4860c9cb2
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.8";
version = "0.9.9";
# fetch from github because the pypi package ships incomplete tests
src = fetchFromGitHub {
owner = "xonsh";
repo = "xonsh";
rev = "refs/tags/${version}";
sha256 = "0lnvx1kdk1nwv988wrxyvbzb25xawz517amvi4pwzs22bymcdhws";
sha256 = "0c6ywzn72clcclawgf1khwaaj3snn49fmajz8qfhc5mpbnvdp7q0";
};
LC_ALL = "en_US.UTF-8";