hg-git: 0.8.1 -> 0.8.2 (close #10528)
This commit is contained in:
parent
f47103e015
commit
87d9f25110
1 changed files with 2 additions and 2 deletions
|
@ -6475,11 +6475,11 @@ let
|
|||
|
||||
hg-git = buildPythonPackage rec {
|
||||
name = "hg-git-${version}";
|
||||
version = "0.8.1";
|
||||
version = "0.8.2";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/h/hg-git/${name}.tar.gz";
|
||||
sha256 = "07a5p5wfs60hmzv3h64fysvm91ablhiaf5ccpv3f8q61insdzvff";
|
||||
sha256 = "0hz0i6qgcn3ic292sny86mdl1psj1bnczcai1b1kzvwcla6z99py";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ dulwich ];
|
||||
|
|
Loading…
Reference in a new issue