11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-ax04Ke6JIcQwGZjJCfeCn6ntPL2sDTsWry10Ou0bqN8=";
37 pythonImportsCheck = [
42 description = "Simple module to parse ISO 8601 dates";
43 homepage = "https://pyiso8601.readthedocs.io/";
44 changelog = "https://github.com/micktwomey/pyiso8601/blob/${version}/CHANGELOG.md";
45 license = with licenses; [ mit ];
46 maintainers = with maintainers; [ fab ];