python3Packages.hg-git: 0.10.3 -> 0.10.4
This commit is contained in:
parent
def84cb7d3
commit
4b03937bae
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "hg-git";
|
||||
version = "0.10.3";
|
||||
version = "0.10.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "27e6d7686a1548d4632dcc977f2ff3ce2e42d80735339b1f3b389b7481260cc4";
|
||||
sha256 = "sha256-guJlIm9HPTgKw5cg/s7rFST/crAXfPxGYGeZxEJ+hcw=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ dulwich mercurial ];
|
||||
|
|
Loading…
Reference in a new issue