python-packages: repocheck 2015-06-27 -> 2015-08-05
This commit is contained in:
parent
02319b63e0
commit
3dd5c80c53
@ -11607,19 +11607,19 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
repocheck = buildPythonPackage rec {
|
repocheck = buildPythonPackage rec {
|
||||||
name = "repocheck-2015-06-27";
|
name = "repocheck-2015-08-05";
|
||||||
disabled = isPy26 || isPy27;
|
disabled = isPy26 || isPy27;
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
sha256 = "0psihwph10sx07xc2gfch739laz7x1kwl5c991cci8cfn5jzy8bp";
|
sha256 = "1jc4v5zy7z7xlfmbfzvyzkyz893f5x2k6kvb3ni3rn2df7jqhc81";
|
||||||
rev = "231e05b4fa55955ef8492581a15f508ffa0037d4";
|
rev = "ee48d0e88d3f5814d24a8d1f22d5d83732824688";
|
||||||
repo = "repocheck";
|
repo = "repocheck";
|
||||||
owner = "kynikos";
|
owner = "kynikos";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
inherit (src.meta) homepage;
|
||||||
description = "Check the status of code repositories under a root directory";
|
description = "Check the status of code repositories under a root directory";
|
||||||
homepage = https://github.com/kynikos/repocheck;
|
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ nckx ];
|
maintainers = with maintainers; [ nckx ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user