Merge pull request #32067 from adisbladis/xonsh-0_6_0

xonsh: 0.5.12 -> 0.6.0
This commit is contained in:
Jörg Thalheim 2017-11-26 11:57:00 +00:00 committed by GitHub
commit cea12461cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
name = "xonsh-${version}";
version = "0.5.12";
version = "0.6.0";
src = fetchFromGitHub {
owner = "scopatz";
repo = "xonsh";
rev = version;
sha256= "1s733ay5vcpcl14x23n0amnddyjfla55irddalvw52vijhd2aljz";
sha256= "0hfsan22i81wffx2xbamm8wwkxgpv12z4kfl37p9m22vpqgg0fdg";
};
LC_ALL = "en_US.UTF-8";