6 buildPythonPackage rec {
7 pname = "geographiclib";
11 inherit pname version;
12 sha256 = "0cn6ap5fkh3mkfa57l5b44z3gvz7j6lpmc9rl4g2jny2gvp4dg8j";
16 homepage = "https://geographiclib.sourceforge.io";
17 description = "Algorithms for geodesics (Karney, 2013) for solving the direct and inverse problems for an ellipsoid of revolution";
18 license = licenses.mit;
19 maintainers = with maintainers; [ va1entin ];