11 buildPythonPackage rec {
12 pname = "timezonefinder";
18 inherit pname version;
19 sha256 = "99b0cea5abf304e8738ecf5cceae0c0e5182534843f19638a26a220fa212fbad";
22 propagatedBuildInputs = [
26 checkInputs = [ numba pytestCheckHook pytestcov ];
29 description = "fast python package for finding the timezone of any point on earth (coordinates) offline";
30 homepage = "https://github.com/MrMinimal64/timezonefinder";
31 license = licenses.mit;