8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "1c3yf9162b2b7l1lsw3ffd1linnc542qvljpgwxp6y5arrmljqnv";
24 pythonImportsCheck = [ "haversine" ];
27 description = "Python module the distance between 2 points on earth";
28 homepage = "https://github.com/mapado/haversine";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];