9 buildPythonPackage rec {
12 disabled = pythonOlder "3.5";
15 inherit pname version;
16 sha256 = "177f9dd59861d871e27a484c3332f35a6e3f5d14626f2bf91be37891f18927f3";
19 propagatedBuildInputs = [ dateutil ];
20 checkInputs = [ pytestCheckHook ];
23 description = "FreezeGun: Let your Python tests travel through time";
24 homepage = "https://github.com/spulec/freezegun";
25 license = licenses.asl20;