python-packages: repocheck 2015-05-04 -> 2015-06-27

This commit is contained in:
Tobias Geerinckx-Rice 2015-06-29 01:15:19 +02:00
parent f9bd72f24c
commit d94285788f

View File

@ -11007,12 +11007,12 @@ let
};
repocheck = buildPythonPackage rec {
name = "repocheck-2015-05-04";
name = "repocheck-2015-06-27";
disabled = isPy26 || isPy27;
src = pkgs.fetchFromGitHub {
sha256 = "0zk8n4sm7i488wgqljkfjd2j0hm0qimxr9dhdz6d7xal7apwh71x";
rev = "db8c336f071ead3375805b7a78ca3d7c862536db";
sha256 = "0psihwph10sx07xc2gfch739laz7x1kwl5c991cci8cfn5jzy8bp";
rev = "231e05b4fa55955ef8492581a15f508ffa0037d4";
repo = "repocheck";
owner = "kynikos";
};