9 buildPythonPackage rec {
14 src = fetchFromGitHub {
17 rev = "refs/tags/v${version}";
18 hash = "sha256-qTpt91Wf3L6Jl7FU8sn9PvGMRd/cjhQ1mQvUaQeLFQU=";
34 pythonImportsCheck = [ "ciso8601" ];
37 description = "Fast ISO8601 date time parser for Python written in C";
38 homepage = "https://github.com/closeio/ciso8601";
39 license = licenses.mit;
40 maintainers = with maintainers; [ mic92 ];