python27Packages.ansi: 0.1.3 -> 0.1.5

This commit is contained in:
R. RyanTM 2020-04-06 13:44:49 +00:00 committed by Jon
parent aba81a7eb4
commit eab70ef2b0

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "ansi";
version = "0.1.3";
version = "0.1.5";
src = fetchPypi {
inherit pname version;
sha256 = "06y6470bzvlqys3zi2vc68rmk9n05v1ibral14gbfpgfa8fzy7pg";
sha256 = "02sknsbx55r6nylznslmmzzkfi3rsw7akpyzi6f1bqvr2ila8p0f";
};
checkPhase = ''
@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "ANSI cursor movement and graphics";
homepage = https://github.com/tehmaze/ansi/;
homepage = "https://github.com/tehmaze/ansi/";
license = licenses.mit;
};
}