hg-git: 0.8.10 -> 0.8.11

0.8.10 is not compatible with mercurial-4.5
This commit is contained in:
Adam Ruzicka 2018-02-28 23:17:15 +01:00 committed by Robin Gloster
parent 2493064a05
commit 020e80104a

View File

@ -7183,12 +7183,12 @@ in {
hg-git = buildPythonPackage rec {
name = "hg-git-${version}";
version = "0.8.10";
version = "0.8.11";
disabled = isPy3k;
src = pkgs.fetchurl {
url = "mirror://pypi/h/hg-git/${name}.tar.gz";
sha256 = "03dzcs4l7hzq59sgjhngxgmi34xfyd7jcxyjl0f68rwq8b1yqrp3";
sha256 = "08kw1sj3sq1q1571hwkc51w20ks9ysmlg93pcnmd6gr66bz02dyn";
};
propagatedBuildInputs = with self; [ dulwich ];
@ -7197,6 +7197,7 @@ in {
description = "Push and pull from a Git server using Mercurial";
homepage = http://hg-git.github.com/;
maintainers = with maintainers; [ koral ];
license = stdenv.lib.licenses.gpl2;
};
};