17 buildPythonPackage rec {
22 disabled = pythonOlder "3.7";
25 inherit pname version;
26 hash = "sha256-m3w7QS6eadFyz7JL4Oat3MnxvQGijbi+vmbXXMxTPYg=";
33 propagatedBuildInputs = lib.optionals (pythonOlder "3.9") [
43 changelog = "https://github.com/sffjunkie/astral/releases/tag/${version}";
44 description = "Calculations for the position of the sun and the moon";
45 homepage = "https://github.com/sffjunkie/astral/";
46 license = licenses.asl20;
47 maintainers = with maintainers; [ flokli ];