hg-git: 0.8.5 -> 0.8.10
This commit is contained in:
parent
d6d96c3274
commit
8e207587b1
1 changed files with 2 additions and 2 deletions
|
@ -8031,11 +8031,11 @@ in {
|
|||
|
||||
hg-git = buildPythonPackage rec {
|
||||
name = "hg-git-${version}";
|
||||
version = "0.8.5";
|
||||
version = "0.8.10";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/h/hg-git/${name}.tar.gz";
|
||||
sha256 = "10j7l1p2wx7s5nb6s35z1f3mcz2svz9ilcm26f3la9h9c76b7jpm";
|
||||
sha256 = "03dzcs4l7hzq59sgjhngxgmi34xfyd7jcxyjl0f68rwq8b1yqrp3";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ dulwich ];
|
||||
|
|
Loading…
Reference in a new issue