mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
hg-git: 0.6.1 -> 0.7.0
This commit is contained in:
parent
5e7501cd41
commit
484d347173
1 changed files with 2 additions and 2 deletions
|
@ -3867,11 +3867,11 @@ let
|
|||
|
||||
hg-git = buildPythonPackage rec {
|
||||
name = "hg-git-${version}";
|
||||
version = "0.6.1";
|
||||
version = "0.7.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/h/hg-git/${name}.tar.gz";
|
||||
sha256 = "136kz4w377ldcjdg865azi8aym0xnxzxl3rycnflgay26ar1309s";
|
||||
sha256 = "1ab1phaqa8jrba6dqsf3b0lgx912j41b8dlkna9c2wxip63wvfcx";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ pkgs.mercurial dulwich ];
|
||||
|
|
Loading…
Reference in a new issue