10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-EJObC6D/Wtrs87BqXC9zBx2WeOUHxertsjx2HVasd0s=";
26 propagatedBuildInputs = [
34 pythonImportsCheck = [
39 description = "Library that allows your Python tests to travel through time";
40 homepage = "https://github.com/spulec/freezegun";
41 changelog = "https://github.com/spulec/freezegun/blob/${version}/CHANGELOG";
42 license = licenses.asl20;
43 maintainers = with maintainers; [ fab ];