git-up: 1.4.1 -> 1.4.2

This commit is contained in:
Peter Hoeg 2016-11-08 14:05:23 +08:00
parent fa4167c0a1
commit a0e8cbb499

View file

@ -7023,16 +7023,16 @@ in {
};
git-up = buildPythonPackage rec {
version = "1.4.1";
version = "1.4.2";
name = "git-up-${version}";
src = pkgs.fetchurl {
url = "mirror://pypi/g/git-up/${name}.zip";
sha256 = "1nsdzjnla0926fzfsqnwyzg3f7g253n8lk4wgw8nj2rv0awbdmas";
sha256 = "121ia5gyjy7js6fbsx9z98j2qpq7rzwpsj8gnfvsbz2d69g0vl7q";
};
buildInputs = with self; [ pkgs.git nose ];
propagatedBuildInputs = with self; [ colorama docopt GitPython six termcolor ];
propagatedBuildInputs = with self; [ click colorama docopt GitPython six termcolor ];
# git fails to run as it cannot detect the email address, so we set it
# $HOME is by default not a valid dir, so we have to set that too