Skip to content

Commit

Permalink
git-up: 1.4.1 -> 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hoeg committed Nov 8, 2016
1 parent fa4167c commit a0e8cbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0e8cbb

Please sign in to comment.