Merge pull request #31647 from marsam/feature/update-hg-git
hg-git: 0.8.5 -> 0.8.10
This commit is contained in:
commit
202912d617
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user