11 buildPythonPackage rec {
12 pname = "astropy-iers-data";
13 version = "0.2024.06.17.00.31.35";
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
20 repo = "astropy-iers-data";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-hFlDXnxhKuhlCFrF+Uip3Xjc9Jt8UFJcDCST90BmAlg=";
31 pythonImportsCheck = [ "astropy_iers_data" ];
37 description = "IERS data maintained by @astrofrog and astropy.utils.iers maintainers";
38 homepage = "https://github.com/astropy/astropy-iers-data";
39 license = licenses.bsd3;