Merge pull request #39359 from dywedir/xonsh

xonsh: 0.6.0 -> 0.6.1
This commit is contained in:
adisbladis 2018-04-23 17:09:32 +08:00 committed by GitHub
commit f5dd5219d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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;