14 buildPythonPackage rec {
18 disabled = pythonOlder "3.6";
21 inherit pname version;
22 hash = "sha256-G2t+wsVGj7cDbsnWss7XqKU421WqygPzAZkhbTu9Jks=";
29 propagatedBuildInputs = [
35 ] ++ lib.optionals (pythonOlder "3.8") [
39 # Tests require network access and pythonImportsCheck requires configuration file
43 description = "pip update helpers";
44 mainProgram = "pipdate";
45 homepage = "https://github.com/nschloe/pipdate";
46 license = licenses.gpl3Plus;
47 maintainers = with maintainers; [ ];