xonsh: 0.6.0 -> 0.6.1

This commit is contained in:
Vladyslav Mykhailichenko 2018-04-23 10:56:41 +03:00
parent 54bcf06084
commit 7f693c2fda

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
name = "xonsh-${version}";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "scopatz";
repo = "xonsh";
rev = version;
sha256= "0hfsan22i81wffx2xbamm8wwkxgpv12z4kfl37p9m22vpqgg0fdg";
sha256= "0lxjklwj267q0ikqab8p743sjvm44gq1w7mp80c7hgrn2ndvrypg";
};
LC_ALL = "en_US.UTF-8";
@ -34,7 +34,7 @@ python3Packages.buildPythonApplication rec {
meta = with stdenv.lib; {
description = "A Python-ish, BASHwards-compatible shell";
homepage = http://xonsh.org;
homepage = http://xon.sh/;
license = licenses.bsd3;
maintainers = with maintainers; [ spwhitt garbas vrthra ];
platforms = platforms.all;