9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 hash = "sha256-iAGG1mjrt6oJ0IkmlJwrvb2Bpk4dNxV7ee9LYov03UY=";
28 pythonImportsCheck = [
33 description = "Python module the distance between 2 points on earth";
34 homepage = "https://github.com/mapado/haversine";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ fab ];