11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-MoEee4He7iBj6m0ulPiBmobR84EeSdI2I6QfqDK+8D8=";
37 pythonImportsCheck = [
42 description = "Simple module to parse ISO 8601 dates";
43 homepage = "https://pyiso8601.readthedocs.io/";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];