hg-git: 0.8.10 -> 0.8.11
0.8.10 is not compatible with mercurial-4.5
This commit is contained in:
parent
2493064a05
commit
020e80104a
@ -7183,12 +7183,12 @@ in {
|
|||||||
|
|
||||||
hg-git = buildPythonPackage rec {
|
hg-git = buildPythonPackage rec {
|
||||||
name = "hg-git-${version}";
|
name = "hg-git-${version}";
|
||||||
version = "0.8.10";
|
version = "0.8.11";
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/h/hg-git/${name}.tar.gz";
|
url = "mirror://pypi/h/hg-git/${name}.tar.gz";
|
||||||
sha256 = "03dzcs4l7hzq59sgjhngxgmi34xfyd7jcxyjl0f68rwq8b1yqrp3";
|
sha256 = "08kw1sj3sq1q1571hwkc51w20ks9ysmlg93pcnmd6gr66bz02dyn";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ dulwich ];
|
propagatedBuildInputs = with self; [ dulwich ];
|
||||||
@ -7197,6 +7197,7 @@ in {
|
|||||||
description = "Push and pull from a Git server using Mercurial";
|
description = "Push and pull from a Git server using Mercurial";
|
||||||
homepage = http://hg-git.github.com/;
|
homepage = http://hg-git.github.com/;
|
||||||
maintainers = with maintainers; [ koral ];
|
maintainers = with maintainers; [ koral ];
|
||||||
|
license = stdenv.lib.licenses.gpl2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user