hg-git: 0.6.1 -> 0.7.0

This commit is contained in:
koral 2015-01-24 16:33:06 +01:00
parent 5e7501cd41
commit 484d347173

View file

@ -3867,11 +3867,11 @@ let
hg-git = buildPythonPackage rec { hg-git = buildPythonPackage rec {
name = "hg-git-${version}"; name = "hg-git-${version}";
version = "0.6.1"; version = "0.7.0";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "http://pypi.python.org/packages/source/h/hg-git/${name}.tar.gz"; url = "http://pypi.python.org/packages/source/h/hg-git/${name}.tar.gz";
sha256 = "136kz4w377ldcjdg865azi8aym0xnxzxl3rycnflgay26ar1309s"; sha256 = "1ab1phaqa8jrba6dqsf3b0lgx912j41b8dlkna9c2wxip63wvfcx";
}; };
propagatedBuildInputs = with self; [ pkgs.mercurial dulwich ]; propagatedBuildInputs = with self; [ pkgs.mercurial dulwich ];