1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
4 pname = "strict-rfc3339";
9 sha256 = "5cad17bedfc3af57b399db0fed32771f18fc54bbd917e85546088607ac5e1277";
15 homepage = "https://github.com/danielrichman/strict-rfc3339";
16 license = licenses.gpl3;
17 description = "Strict, simple, lightweight RFC3339 functions";
18 maintainers = with maintainers; [ vanschelven ];