Merge pull request #31647 from marsam/feature/update-hg-git

hg-git: 0.8.5 -> 0.8.10
This commit is contained in:
Orivej Desh 2017-11-17 00:12:32 +00:00 committed by GitHub
commit 202912d617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8031,11 +8031,12 @@ in {
hg-git = buildPythonPackage rec {
name = "hg-git-${version}";
version = "0.8.5";
version = "0.8.10";
disabled = isPy3k;
src = pkgs.fetchurl {
url = "mirror://pypi/h/hg-git/${name}.tar.gz";
sha256 = "10j7l1p2wx7s5nb6s35z1f3mcz2svz9ilcm26f3la9h9c76b7jpm";
sha256 = "03dzcs4l7hzq59sgjhngxgmi34xfyd7jcxyjl0f68rwq8b1yqrp3";
};
propagatedBuildInputs = with self; [ dulwich ];