Merge pull request #20249 from peterhoeg/u/gitup

git-up: 1.4.1 -> 1.4.2
This commit is contained in:
Frederik Rietdijk 2016-11-08 09:23:55 +01:00 committed by GitHub
commit a42d51289a

View File

@ -7130,16 +7130,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