Skip to content

Commit

Permalink
python312Packages.astropy-iers-data: 0.2024.9.23.0.31.43 -> 0.2024.12…
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Dec 11, 2024
1 parent eacd071 commit ee5fabe
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/development/python-modules/astropy-iers-data/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
pythonOlder,
setuptools,
setuptools-scm,
wheel,
}:

buildPythonPackage rec {
pname = "astropy-iers-data";
version = "0.2024.9.23.0.31.43";
version = "0.2024.12.9.0.36.21";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -19,13 +18,12 @@ buildPythonPackage rec {
owner = "astropy";
repo = "astropy-iers-data";
rev = "refs/tags/v${version}";
hash = "sha256-PGr8meqVs9l15+k5DHmcPcGK96ydN0nRUOBVfvCtRUg=";
hash = "sha256-SN4qDBY3hi0Gj+AH3SSDi5+hKrHMNgPR/Y6HR2Vid0A=";
};

nativeBuildInputs = [
build-system = [
setuptools
setuptools-scm
wheel
];

pythonImportsCheck = [ "astropy_iers_data" ];
Expand Down

0 comments on commit ee5fabe

Please sign in to comment.