forked from mirrors/nixpkgs
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 {
|
||||
name = "repocheck-2015-06-27";
|
||||
name = "repocheck-2015-08-05";
|
||||
disabled = isPy26 || isPy27;
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
sha256 = "0psihwph10sx07xc2gfch739laz7x1kwl5c991cci8cfn5jzy8bp";
|
||||
rev = "231e05b4fa55955ef8492581a15f508ffa0037d4";
|
||||
sha256 = "1jc4v5zy7z7xlfmbfzvyzkyz893f5x2k6kvb3ni3rn2df7jqhc81";
|
||||
rev = "ee48d0e88d3f5814d24a8d1f22d5d83732824688";
|
||||
repo = "repocheck";
|
||||
owner = "kynikos";
|
||||
};
|
||||
|
||||
meta = {
|
||||
inherit (src.meta) homepage;
|
||||
description = "Check the status of code repositories under a root directory";
|
||||
homepage = https://github.com/kynikos/repocheck;
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue